Html Css Color HEX #BB0AAC Deep Magenta

📋 copy color: '#BB0AAC'

red 187 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #BB0AAC

Tints of Deep Magenta #BB0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 50.68%
G = 2.71%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB0AAC (or 0xBB0AAC) is known color: Deep Magenta. HEX triplet: BB, 0A and AC. RGB value is (187,10,172). Sum of RGB (Red+Green+Blue) = 187+10+172=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0AAC is #44F553. Grayscale: #505050. Windows color (decimal): -4519252 or 11274939. OLE color: 11274939.

HSL color Cylindrical-coordinate representation of color #BB0AAC: hue angle of 305.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 172 -
CMYK 0 0.95 0.08 0.27
HSL 305.08º 0.9% 0.39% -
HSV(B) 305.08º 0.95% 0.73% -
XYZ 28.05 13.76 40.21 -
YUV 81.39 179.14 203.33 -
System Red Green Blue C M Y K H S L
Decimal 187 10 172 0 0.95 0.08 0.27 305.08 0.9 0.39
Hex BB A AC 0 5F 8 1B 131 5A 27
Octal 273 12 254 0 137 10 33 461 132 47
Binary 10111011 1010 10101100 0 1011111 1000 11011 100110001 1011010 100111

Color Harmonies of #BB0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AAC

Black with #BB0AAC

Text Example


Text Example

White with #BB0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AAC; }

 p { color: rgb(187,10,172); }

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

background-color css

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

 a { background-color: rgb(187,10,172); }

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

border-color css

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

 span { border-color: rgb(187,10,172); }

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