Html Css Color HEX #BB04AC Deep Magenta

📋 copy color: '#BB04AC'

red 187 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #BB04AC

Tints of Deep Magenta #BB04AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 51.52%
G = 1.1%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB04AC (or 0xBB04AC) is known color: Deep Magenta. HEX triplet: BB, 04 and AC. RGB value is (187,4,172). Sum of RGB (Red+Green+Blue) = 187+4+172=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04AC is #44FB53. Grayscale: #4D4D4D. Windows color (decimal): -4520788 or 11273403. OLE color: 11273403.

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

Color convert

RGB 187 4 172 -
CMYK 0 0.98 0.08 0.27
HSL 304.92º 0.96% 0.37% -
HSV(B) 304.92º 0.98% 0.73% -
XYZ 27.98 13.63 40.19 -
YUV 77.87 181.13 205.84 -
System Red Green Blue C M Y K H S L
Decimal 187 4 172 0 0.98 0.08 0.27 304.92 0.96 0.37
Hex BB 4 AC 0 62 8 1B 131 60 25
Octal 273 4 254 0 142 10 33 461 140 45
Binary 10111011 100 10101100 0 1100010 1000 11011 100110001 1100000 100101

Color Harmonies of #BB04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04AC

Black with #BB04AC

Text Example


Text Example

White with #BB04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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