Html Css Color HEX #BB14AA Deep Magenta

📋 copy color: '#BB14AA'

red 187 ◦ green 20 ◦ blue 170

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

Shades of Deep Magenta #BB14AA

Tints of Deep Magenta #BB14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

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

R = 49.6%
G = 5.31%
B = 45.09%

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

#BB14AA (or 0xBB14AA) is known color: Deep Magenta. HEX triplet: BB, 14 and AA. RGB value is (187,20,170). Sum of RGB (Red+Green+Blue) = 187+20+170=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB14AA is #44EB55. Grayscale: #565656. Windows color (decimal): -4516694 or 11146427. OLE color: 11146427.

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

Color convert

RGB 187 20 170 -
CMYK 0 0.89 0.09 0.27
HSL 306.11º 0.81% 0.41% -
HSV(B) 306.11º 0.89% 0.73% -
XYZ 28 13.97 39.25 -
YUV 87.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 187 20 170 0 0.89 0.09 0.27 306.11 0.81 0.41
Hex BB 14 AA 0 59 9 1B 132 51 29
Octal 273 24 252 0 131 11 33 462 121 51
Binary 10111011 10100 10101010 0 1011001 1001 11011 100110010 1010001 101001

Color Harmonies of #BB14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14AA

Black with #BB14AA

Text Example


Text Example

White with #BB14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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