Html Css Color HEX #BB11CB Deep Magenta

📋 copy color: '#BB11CB'

red 187 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #BB11CB

Tints of Deep Magenta #BB11CB

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

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

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

R = 45.95%
G = 4.18%
B = 49.88%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB11CB (or 0xBB11CB) is known color: Deep Magenta. HEX triplet: BB, 11 and CB. RGB value is (187,17,203). Sum of RGB (Red+Green+Blue) = 187+17+203=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11CB is #44EE34. Grayscale: #585858. Windows color (decimal): -4517429 or 13308347. OLE color: 13308347.

HSL color Cylindrical-coordinate representation of color #BB11CB: hue angle of 294.84º 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 #BB11CB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 17 203 -
CMYK 0.08 0.92 0 0.20
HSL 294.84º 0.85% 0.43% -
HSV(B) 294.84º 0.92% 0.8% -
XYZ 31.47 15.28 57.79 -
YUV 89.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 187 17 203 0.08 0.92 0 0.20 294.84 0.85 0.43
Hex BB 11 CB 8 5C 0 14 127 55 2B
Octal 273 21 313 10 134 0 24 447 125 53
Binary 10111011 10001 11001011 1000 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BB11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11CB

Black with #BB11CB

Text Example


Text Example

White with #BB11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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