Html Css Color HEX #BB0BC9 Deep Magenta

📋 copy color: '#BB0BC9'

red 187 ◦ green 11 ◦ blue 201

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

Shades of Deep Magenta #BB0BC9

Tints of Deep Magenta #BB0BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 46.87%
G = 2.76%
B = 50.38%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB0BC9 (or 0xBB0BC9) is known color: Deep Magenta. HEX triplet: BB, 0B and C9. RGB value is (187,11,201). Sum of RGB (Red+Green+Blue) = 187+11+201=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB0BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BC9 is #44F436. Grayscale: #545454. Windows color (decimal): -4518967 or 13175739. OLE color: 13175739.

HSL color Cylindrical-coordinate representation of color #BB0BC9: hue angle of 295.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BC9 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 11 201 -
CMYK 0.07 0.95 0 0.21
HSL 295.58º 0.9% 0.42% -
HSV(B) 295.58º 0.95% 0.79% -
XYZ 31.16 15.02 56.52 -
YUV 85.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 187 11 201 0.07 0.95 0 0.21 295.58 0.9 0.42
Hex BB B C9 7 5F 0 15 128 5A 2A
Octal 273 13 311 7 137 0 25 450 132 52
Binary 10111011 1011 11001001 111 1011111 0 10101 100101000 1011010 101010

Color Harmonies of #BB0BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BC9

Black with #BB0BC9

Text Example


Text Example

White with #BB0BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BC9; }

 p { color: rgb(187,11,201); }

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

background-color css

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

 a { background-color: rgb(187,11,201); }

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

border-color css

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

 span { border-color: rgb(187,11,201); }

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