Html Css Color HEX #BB09AC Deep Magenta

📋 copy color: '#BB09AC'

red 187 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #BB09AC

Tints of Deep Magenta #BB09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 50.82%
G = 2.45%
B = 46.74%

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

#BB09AC (or 0xBB09AC) is known color: Deep Magenta. HEX triplet: BB, 09 and AC. RGB value is (187,9,172). Sum of RGB (Red+Green+Blue) = 187+9+172=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09AC is #44F653. Grayscale: #505050. Windows color (decimal): -4519508 or 11274683. OLE color: 11274683.

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

Color convert

RGB 187 9 172 -
CMYK 0 0.95 0.08 0.27
HSL 305.06º 0.91% 0.38% -
HSV(B) 305.06º 0.95% 0.73% -
XYZ 28.04 13.74 40.2 -
YUV 80.8 179.47 203.75 -
System Red Green Blue C M Y K H S L
Decimal 187 9 172 0 0.95 0.08 0.27 305.06 0.91 0.38
Hex BB 9 AC 0 5F 8 1B 131 5B 26
Octal 273 11 254 0 137 10 33 461 133 46
Binary 10111011 1001 10101100 0 1011111 1000 11011 100110001 1011011 100110

Color Harmonies of #BB09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09AC

Black with #BB09AC

Text Example


Text Example

White with #BB09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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