Html Css Color HEX #BB16AC Deep Magenta

📋 copy color: '#BB16AC'

red 187 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #BB16AC

Tints of Deep Magenta #BB16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

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

R = 49.08%
G = 5.77%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB16AC (or 0xBB16AC) is known color: Deep Magenta. HEX triplet: BB, 16 and AC. RGB value is (187,22,172). Sum of RGB (Red+Green+Blue) = 187+22+172=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB16AC is #44E953. Grayscale: #585858. Windows color (decimal): -4516180 or 11278011. OLE color: 11278011.

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

Color convert

RGB 187 22 172 -
CMYK 0 0.88 0.08 0.27
HSL 305.45º 0.79% 0.41% -
HSV(B) 305.45º 0.88% 0.73% -
XYZ 28.23 14.12 40.27 -
YUV 88.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 187 22 172 0 0.88 0.08 0.27 305.45 0.79 0.41
Hex BB 16 AC 0 58 8 1B 131 4F 29
Octal 273 26 254 0 130 10 33 461 117 51
Binary 10111011 10110 10101100 0 1011000 1000 11011 100110001 1001111 101001

Color Harmonies of #BB16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16AC

Black with #BB16AC

Text Example


Text Example

White with #BB16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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