#BB03A8

Color #BB03A8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB03A8

Tints of Deep Magenta #BB03A8

Color information

#BB03A8 (or 0xBB03A8) is unknown color: approx Deep Magenta. HEX triplet: BB, 03 and A8. RGB value is (187,3,168). Sum of RGB (Red+Green+Blue) = 187+3+168=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03A8 is #44FC57. Grayscale: #4C4C4C. Windows color (decimal): -4521048 or 11011003. OLE color: 11011003.

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

Color convert

RGB1873168-
CMYK00.980.100.27
HSL306.2º96.84%37.25%-
HSV(B)306.2º98.4%73.33%-
XYZ27.5913.4638.19-
YUV76.83179.46206.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 168 (66.02% from 255) = 46.93%
R=52.23%
G=0.84%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187316800.980.100.27306.296.8437.25
HexBB3A8062A1B1326125
Octal27332500142123346214145
Binary101110111110101000011000101010110111001100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB03A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB03A8; }

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

 H1.HeaderClassName
 {
   color: #BB03A8;
 }
 .AnyTagClassName
 {
   color: #BB03A8;
 }
</style>
background-color css

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

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

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

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

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

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