Html Css Color HEX #BB11AA Deep Magenta

📋 copy color: '#BB11AA'

red 187 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #BB11AA

Tints of Deep Magenta #BB11AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 50%
G = 4.55%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB11AA (or 0xBB11AA) is known color: Deep Magenta. HEX triplet: BB, 11 and AA. RGB value is (187,17,170). Sum of RGB (Red+Green+Blue) = 187+17+170=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11AA is #44EE55. Grayscale: #545454. Windows color (decimal): -4517462 or 11145659. OLE color: 11145659.

HSL color Cylindrical-coordinate representation of color #BB11AA: hue angle of 306º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11AA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 170 -
CMYK 0 0.91 0.09 0.27
HSL 306º 0.83% 0.4% -
HSV(B) 306º 0.91% 0.73% -
XYZ 27.95 13.87 39.23 -
YUV 85.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 187 17 170 0 0.91 0.09 0.27 306 0.83 0.4
Hex BB 11 AA 0 5B 9 1B 132 53 28
Octal 273 21 252 0 133 11 33 462 123 50
Binary 10111011 10001 10101010 0 1011011 1001 11011 100110010 1010011 101000

Color Harmonies of #BB11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11AA

Black with #BB11AA

Text Example


Text Example

White with #BB11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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