Html Css Color HEX #BB15AB Deep Magenta

📋 copy color: '#BB15AB'

red 187 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #BB15AB

Tints of Deep Magenta #BB15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

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

R = 49.34%
G = 5.54%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB15AB (or 0xBB15AB) is known color: Deep Magenta. HEX triplet: BB, 15 and AB. RGB value is (187,21,171). Sum of RGB (Red+Green+Blue) = 187+21+171=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AB is #44EA54. Grayscale: #575757. Windows color (decimal): -4516437 or 11212219. OLE color: 11212219.

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

Color convert

RGB 187 21 171 -
CMYK 0 0.89 0.09 0.27
HSL 305.78º 0.8% 0.41% -
HSV(B) 305.78º 0.89% 0.73% -
XYZ 28.11 14.04 39.76 -
YUV 87.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 187 21 171 0 0.89 0.09 0.27 305.78 0.8 0.41
Hex BB 15 AB 0 59 9 1B 132 50 29
Octal 273 25 253 0 131 11 33 462 120 51
Binary 10111011 10101 10101011 0 1011001 1001 11011 100110010 1010000 101001

Color Harmonies of #BB15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15AB

Black with #BB15AB

Text Example


Text Example

White with #BB15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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