Html Css Color HEX #BB0BB9 Deep Magenta

📋 copy color: '#BB0BB9'

red 187 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #BB0BB9

Tints of Deep Magenta #BB0BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 48.83%
G = 2.87%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB0BB9 (or 0xBB0BB9) is known color: Deep Magenta. HEX triplet: BB, 0B and B9. RGB value is (187,11,185). Sum of RGB (Red+Green+Blue) = 187+11+185=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BB9 is #44F446. Grayscale: #525252. Windows color (decimal): -4518983 or 12127163. OLE color: 12127163.

HSL color Cylindrical-coordinate representation of color #BB0BB9: hue angle of 300.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BB9 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 11 185 -
CMYK 0 0.94 0.01 0.27
HSL 300.68º 0.89% 0.39% -
HSV(B) 300.68º 0.94% 0.73% -
XYZ 29.37 14.31 47.11 -
YUV 83.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 187 11 185 0 0.94 0.01 0.27 300.68 0.89 0.39
Hex BB B B9 0 5E 1 1B 12D 59 27
Octal 273 13 271 0 136 1 33 455 131 47
Binary 10111011 1011 10111001 0 1011110 1 11011 100101101 1011001 100111

Color Harmonies of #BB0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BB9

Black with #BB0BB9

Text Example


Text Example

White with #BB0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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