Html Css Color HEX #BD11CB Deep Magenta

📋 copy color: '#BD11CB'

red 189 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #BD11CB

Tints of Deep Magenta #BD11CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 46.21%
G = 4.16%
B = 49.63%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD11CB (or 0xBD11CB) is known color: Deep Magenta. HEX triplet: BD, 11 and CB. RGB value is (189,17,203). Sum of RGB (Red+Green+Blue) = 189+17+203=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11CB is #42EE34. Grayscale: #595959. Windows color (decimal): -4386357 or 13308349. OLE color: 13308349.

HSL color Cylindrical-coordinate representation of color #BD11CB: hue angle of 295.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD11CB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 17 203 -
CMYK 0.07 0.92 0 0.20
HSL 295.48º 0.85% 0.43% -
HSV(B) 295.48º 0.92% 0.8% -
XYZ 31.97 15.53 57.81 -
YUV 89.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 189 17 203 0.07 0.92 0 0.20 295.48 0.85 0.43
Hex BD 11 CB 7 5C 0 14 127 55 2B
Octal 275 21 313 7 134 0 24 447 125 53
Binary 10111101 10001 11001011 111 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BD11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD11CB

Black with #BD11CB

Text Example


Text Example

White with #BD11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD11CB; }

 p { color: rgb(189,17,203); }

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

background-color css

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

 a { background-color: rgb(189,17,203); }

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

border-color css

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

 span { border-color: rgb(189,17,203); }

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