Html Css Color HEX #BB06AA Deep Magenta

📋 copy color: '#BB06AA'

red 187 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #BB06AA

Tints of Deep Magenta #BB06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 51.52%
G = 1.65%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB06AA (or 0xBB06AA) is known color: Deep Magenta. HEX triplet: BB, 06 and AA. RGB value is (187,6,170). Sum of RGB (Red+Green+Blue) = 187+6+170=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB06AA is #44F955. Grayscale: #4E4E4E. Windows color (decimal): -4520278 or 11142843. OLE color: 11142843.

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

Color convert

RGB 187 6 170 -
CMYK 0 0.97 0.09 0.27
HSL 305.64º 0.94% 0.38% -
HSV(B) 305.64º 0.97% 0.73% -
XYZ 27.81 13.6 39.19 -
YUV 78.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 187 6 170 0 0.97 0.09 0.27 305.64 0.94 0.38
Hex BB 6 AA 0 61 9 1B 132 5E 26
Octal 273 6 252 0 141 11 33 462 136 46
Binary 10111011 110 10101010 0 1100001 1001 11011 100110010 1011110 100110

Color Harmonies of #BB06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06AA

Black with #BB06AA

Text Example


Text Example

White with #BB06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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