Html Css Color HEX #BB04A8 Deep Magenta

📋 copy color: '#BB04A8'

red 187 ◦ green 4 ◦ blue 168

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

Shades of Deep Magenta #BB04A8

Tints of Deep Magenta #BB04A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 52.09%
G = 1.11%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB04A8 (or 0xBB04A8) is known color: Deep Magenta. HEX triplet: BB, 04 and A8. RGB value is (187,4,168). Sum of RGB (Red+Green+Blue) = 187+4+168=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04A8 is #44FB57. Grayscale: #4C4C4C. Windows color (decimal): -4520792 or 11011259. OLE color: 11011259.

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

Color convert

RGB 187 4 168 -
CMYK 0 0.98 0.10 0.27
HSL 306.23º 0.96% 0.37% -
HSV(B) 306.23º 0.98% 0.73% -
XYZ 27.6 13.48 38.19 -
YUV 77.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 187 4 168 0 0.98 0.10 0.27 306.23 0.96 0.37
Hex BB 4 A8 0 62 A 1B 132 60 25
Octal 273 4 250 0 142 12 33 462 140 45
Binary 10111011 100 10101000 0 1100010 1010 11011 100110010 1100000 100101

Color Harmonies of #BB04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04A8

Black with #BB04A8

Text Example


Text Example

White with #BB04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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