Html Css Color HEX #BB12AB Deep Magenta

📋 copy color: '#BB12AB'

red 187 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #BB12AB

Tints of Deep Magenta #BB12AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 49.73%
G = 4.79%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB12AB (or 0xBB12AB) is known color: Deep Magenta. HEX triplet: BB, 12 and AB. RGB value is (187,18,171). Sum of RGB (Red+Green+Blue) = 187+18+171=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12AB is #44ED54. Grayscale: #555555. Windows color (decimal): -4517205 or 11211451. OLE color: 11211451.

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

Color convert

RGB 187 18 171 -
CMYK 0 0.90 0.09 0.27
HSL 305.68º 0.82% 0.4% -
HSV(B) 305.68º 0.9% 0.73% -
XYZ 28.06 13.94 39.74 -
YUV 85.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 187 18 171 0 0.90 0.09 0.27 305.68 0.82 0.4
Hex BB 12 AB 0 5A 9 1B 132 52 28
Octal 273 22 253 0 132 11 33 462 122 50
Binary 10111011 10010 10101011 0 1011010 1001 11011 100110010 1010010 101000

Color Harmonies of #BB12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12AB

Black with #BB12AB

Text Example


Text Example

White with #BB12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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