Html Css Color HEX #BB15AC Deep Magenta

📋 copy color: '#BB15AC'

red 187 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #BB15AC

Tints of Deep Magenta #BB15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

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

R = 49.21%
G = 5.53%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB15AC (or 0xBB15AC) is known color: Deep Magenta. HEX triplet: BB, 15 and AC. RGB value is (187,21,172). Sum of RGB (Red+Green+Blue) = 187+21+172=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AC is #44EA53. Grayscale: #575757. Windows color (decimal): -4516436 or 11277755. OLE color: 11277755.

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

Color convert

RGB 187 21 172 -
CMYK 0 0.89 0.08 0.27
HSL 305.42º 0.8% 0.41% -
HSV(B) 305.42º 0.89% 0.73% -
XYZ 28.21 14.08 40.26 -
YUV 87.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 187 21 172 0 0.89 0.08 0.27 305.42 0.8 0.41
Hex BB 15 AC 0 59 8 1B 131 50 29
Octal 273 25 254 0 131 10 33 461 120 51
Binary 10111011 10101 10101100 0 1011001 1000 11011 100110001 1010000 101001

Color Harmonies of #BB15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15AC

Black with #BB15AC

Text Example


Text Example

White with #BB15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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