#BB03A6

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

Shades of Deep Magenta #BB03A6

Tints of Deep Magenta #BB03A6

Color information

#BB03A6 (or 0xBB03A6) is unknown color: approx Deep Magenta. HEX triplet: BB, 03 and A6. RGB value is (187,3,166). Sum of RGB (Red+Green+Blue) = 187+3+166=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03A6 is #44FC59. Grayscale: #4C4C4C. Windows color (decimal): -4521050 or 10879931. OLE color: 10879931.

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

Color convert

RGB1873166-
CMYK00.980.110.27
HSL306.85º96.84%37.25%-
HSV(B)306.85º98.4%73.33%-
XYZ27.4113.3837.21-
YUV76.6178.46206.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=52.53%
G=0.84%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187316600.980.110.27306.8596.8437.25
HexBB3A6062B1B1336125
Octal27332460142133346314145
Binary101110111110100110011000101011110111001100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB03A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB03A6; }

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

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

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

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

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

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

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

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