Html Css Color HEX #BB03AC Deep Magenta

📋 copy color: '#BB03AC'

red 187 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #BB03AC

Tints of Deep Magenta #BB03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 51.66%
G = 0.83%
B = 47.51%

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

#BB03AC (or 0xBB03AC) is known color: Deep Magenta. HEX triplet: BB, 03 and AC. RGB value is (187,3,172). Sum of RGB (Red+Green+Blue) = 187+3+172=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03AC is #44FC53. Grayscale: #4C4C4C. Windows color (decimal): -4521044 or 11273147. OLE color: 11273147.

HSL color Cylindrical-coordinate representation of color #BB03AC: hue angle of 304.89º degrees, saturation: 0.97, 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 #BB03AC is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 172 -
CMYK 0 0.98 0.08 0.27
HSL 304.89º 0.97% 0.37% -
HSV(B) 304.89º 0.98% 0.73% -
XYZ 27.97 13.61 40.18 -
YUV 77.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 187 3 172 0 0.98 0.08 0.27 304.89 0.97 0.37
Hex BB 3 AC 0 62 8 1B 131 61 25
Octal 273 3 254 0 142 10 33 461 141 45
Binary 10111011 11 10101100 0 1100010 1000 11011 100110001 1100001 100101

Color Harmonies of #BB03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03AC

Black with #BB03AC

Text Example


Text Example

White with #BB03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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