Html Css Color HEX #BB04AB Deep Magenta

📋 copy color: '#BB04AB'

red 187 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #BB04AB

Tints of Deep Magenta #BB04AB

RGB

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

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

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

R = 51.66%
G = 1.1%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB04AB (or 0xBB04AB) is known color: Deep Magenta. HEX triplet: BB, 04 and AB. RGB value is (187,4,171). Sum of RGB (Red+Green+Blue) = 187+4+171=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04AB is #44FB54. Grayscale: #4D4D4D. Windows color (decimal): -4520789 or 11207867. OLE color: 11207867.

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

Color convert

RGB 187 4 171 -
CMYK 0 0.98 0.09 0.27
HSL 305.25º 0.96% 0.37% -
HSV(B) 305.25º 0.98% 0.73% -
XYZ 27.89 13.59 39.68 -
YUV 77.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 187 4 171 0 0.98 0.09 0.27 305.25 0.96 0.37
Hex BB 4 AB 0 62 9 1B 131 60 25
Octal 273 4 253 0 142 11 33 461 140 45
Binary 10111011 100 10101011 0 1100010 1001 11011 100110001 1100000 100101

Color Harmonies of #BB04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04AB

Black with #BB04AB

Text Example


Text Example

White with #BB04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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