Html Css Color HEX #BB02AB Deep Magenta

📋 copy color: '#BB02AB'

red 187 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #BB02AB

Tints of Deep Magenta #BB02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 51.94%
G = 0.56%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB02AB (or 0xBB02AB) is known color: Deep Magenta. HEX triplet: BB, 02 and AB. RGB value is (187,2,171). Sum of RGB (Red+Green+Blue) = 187+2+171=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02AB is #44FD54. Grayscale: #4C4C4C. Windows color (decimal): -4521301 or 11207355. OLE color: 11207355.

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

Color convert

RGB 187 2 171 -
CMYK 0 0.99 0.09 0.27
HSL 305.19º 0.98% 0.37% -
HSV(B) 305.19º 0.99% 0.73% -
XYZ 27.87 13.55 39.67 -
YUV 76.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 187 2 171 0 0.99 0.09 0.27 305.19 0.98 0.37
Hex BB 2 AB 0 63 9 1B 131 62 25
Octal 273 2 253 0 143 11 33 461 142 45
Binary 10111011 10 10101011 0 1100011 1001 11011 100110001 1100010 100101

Color Harmonies of #BB02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02AB

Black with #BB02AB

Text Example


Text Example

White with #BB02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02AB; }

 p { color: rgb(187,2,171); }

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

background-color css

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

 a { background-color: rgb(187,2,171); }

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

border-color css

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

 span { border-color: rgb(187,2,171); }

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