Html Css Color HEX #BB02AC Deep Magenta

📋 copy color: '#BB02AC'

red 187 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #BB02AC

Tints of Deep Magenta #BB02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 51.8%
G = 0.55%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB02AC (or 0xBB02AC) is known color: Deep Magenta. HEX triplet: BB, 02 and AC. RGB value is (187,2,172). Sum of RGB (Red+Green+Blue) = 187+2+172=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02AC is #44FD53. Grayscale: #4C4C4C. Windows color (decimal): -4521300 or 11272891. OLE color: 11272891.

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

Color convert

RGB 187 2 172 -
CMYK 0 0.99 0.08 0.27
HSL 304.86º 0.98% 0.37% -
HSV(B) 304.86º 0.99% 0.73% -
XYZ 27.96 13.59 40.18 -
YUV 76.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 187 2 172 0 0.99 0.08 0.27 304.86 0.98 0.37
Hex BB 2 AC 0 63 8 1B 131 62 25
Octal 273 2 254 0 143 10 33 461 142 45
Binary 10111011 10 10101100 0 1100011 1000 11011 100110001 1100010 100101

Color Harmonies of #BB02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02AC

Black with #BB02AC

Text Example


Text Example

White with #BB02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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