Html Css Color HEX #BD14B1 Deep Magenta

📋 copy color: '#BD14B1'

red 189 ◦ green 20 ◦ blue 177

#BD14B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD14B1

Tints of Deep Magenta #BD14B1

RGB

 RED value IS 189 (74.22% from 255) = 48.96%

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 177 (69.53% from 255) = 45.85%

R = 48.96%
G = 5.18%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD14B1 (or 0xBD14B1) is known color: Deep Magenta. HEX triplet: BD, 14 and B1. RGB value is (189,20,177). Sum of RGB (Red+Green+Blue) = 189+20+177=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14B1 is #42EB4E. Grayscale: #575757. Windows color (decimal): -4385615 or 11605181. OLE color: 11605181.

HSL color Cylindrical-coordinate representation of color #BD14B1: hue angle of 304.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD14B1 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 177 -
CMYK 0 0.89 0.06 0.26
HSL 304.26º 0.81% 0.41% -
HSV(B) 304.26º 0.89% 0.74% -
XYZ 29.17 14.49 42.85 -
YUV 88.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 189 20 177 0 0.89 0.06 0.26 304.26 0.81 0.41
Hex BD 14 B1 0 59 6 1A 130 51 29
Octal 275 24 261 0 131 6 32 460 121 51
Binary 10111101 10100 10110001 0 1011001 110 11010 100110000 1010001 101001

Color Harmonies of #BD14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14B1

Black with #BD14B1

Text Example


Text Example

White with #BD14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14B1; }

 p { color: rgb(189,20,177); }

 H1.HeaderClassName
 {
   color: #BD14B1;
 }
 .AnyTagClassName
 {
   color: #BD14B1;
 }
</style>

background-color css

<style>
 a { background-color: #BD14B1; }

 a { background-color: rgb(189,20,177); }

 div.DivClassName
 {
   background-color: #BD14B1;
 }
 .BgClassName
 {
   background-color: #BD14B1;
 }
</style>

border-color css

<style>
 span { border-color: #BD14B1; }

 span { border-color: rgb(189,20,177); }

 td.TdClassName
 {
   border-color: #BD14B1;
 }
 .TagClassName
 {
   border-color: #BD14B1;
 }
</style>