#B003C8

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

Shades of Deep Magenta #B003C8

Tints of Deep Magenta #B003C8

Color information

#B003C8 (or 0xB003C8) is unknown color: approx Deep Magenta. HEX triplet: B0, 03 and C8. RGB value is (176,3,200). Sum of RGB (Red+Green+Blue) = 176+3+200=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #B003C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003C8 is #4FFC37. Grayscale: #4C4C4C. Windows color (decimal): -5241912 or 13108144. OLE color: 13108144.

HSL color Cylindrical-coordinate representation of color #B003C8: hue angle of 292.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003C8 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1763200-
CMYK0.120.9800.22
HSL292.69º97.04%39.8%-
HSV(B)292.69º98.5%78.43%-
XYZ28.3613.4755.75-
YUV77.18197.31198.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=46.44%
G=0.79%
B=52.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17632000.120.9800.22292.6997.0439.8
HexB03C8C620161256128
Octal26033101414202644514150
Binary101100001111001000110011000100101101001001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B003C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B003C8; }

 p { color: rgb(176,3,200); }

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

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

 a { background-color: rgb(176,3,200); }

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

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

 span { border-color: rgb(176,3,200); }

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