Html Css Color HEX #BB12AC Deep Magenta

📋 copy color: '#BB12AC'

red 187 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #BB12AC

Tints of Deep Magenta #BB12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 49.6%
G = 4.77%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB12AC (or 0xBB12AC) is known color: Deep Magenta. HEX triplet: BB, 12 and AC. RGB value is (187,18,172). Sum of RGB (Red+Green+Blue) = 187+18+172=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12AC is #44ED53. Grayscale: #555555. Windows color (decimal): -4517204 or 11276987. OLE color: 11276987.

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

Color convert

RGB 187 18 172 -
CMYK 0 0.90 0.08 0.27
HSL 305.33º 0.82% 0.4% -
HSV(B) 305.33º 0.9% 0.73% -
XYZ 28.16 13.98 40.24 -
YUV 86.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 187 18 172 0 0.90 0.08 0.27 305.33 0.82 0.4
Hex BB 12 AC 0 5A 8 1B 131 52 28
Octal 273 22 254 0 132 10 33 461 122 50
Binary 10111011 10010 10101100 0 1011010 1000 11011 100110001 1010010 101000

Color Harmonies of #BB12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12AC

Black with #BB12AC

Text Example


Text Example

White with #BB12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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