Html Css Color HEX #BB15AA Deep Magenta

📋 copy color: '#BB15AA'

red 187 ◦ green 21 ◦ blue 170

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

Shades of Deep Magenta #BB15AA

Tints of Deep Magenta #BB15AA

RGB

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

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

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

R = 49.47%
G = 5.56%
B = 44.97%

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

#BB15AA (or 0xBB15AA) is known color: Deep Magenta. HEX triplet: BB, 15 and AA. RGB value is (187,21,170). Sum of RGB (Red+Green+Blue) = 187+21+170=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AA is #44EA55. Grayscale: #575757. Windows color (decimal): -4516438 or 11146683. OLE color: 11146683.

HSL color Cylindrical-coordinate representation of color #BB15AA: hue angle of 306.14º 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 #BB15AA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 170 -
CMYK 0 0.89 0.09 0.27
HSL 306.14º 0.8% 0.41% -
HSV(B) 306.14º 0.89% 0.73% -
XYZ 28.02 14 39.26 -
YUV 87.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 187 21 170 0 0.89 0.09 0.27 306.14 0.8 0.41
Hex BB 15 AA 0 59 9 1B 132 50 29
Octal 273 25 252 0 131 11 33 462 120 51
Binary 10111011 10101 10101010 0 1011001 1001 11011 100110010 1010000 101001

Color Harmonies of #BB15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15AA

Black with #BB15AA

Text Example


Text Example

White with #BB15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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