#B03CA2

Color #B03CA2 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B03CA2

Tints of Medium Red Violet #B03CA2

Color information

#B03CA2 (or 0xB03CA2) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and A2. RGB value is (176,60,162). Sum of RGB (Red+Green+Blue) = 176+60+162=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B03CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03CA2 is #4FC35D. Grayscale: #6A6A6A. Windows color (decimal): -5227358 or 10632368. OLE color: 10632368.

HSL color Cylindrical-coordinate representation of color #B03CA2: hue angle of 307.24º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03CA2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17660162-
CMYK00.660.080.31
HSL307.24º49.15%46.27%-
HSV(B)307.24º65.91%69.02%-
XYZ26.0415.0735.72-
YUV106.31159.43177.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 162 (63.67% from 255) = 40.70%
R=44.22%
G=15.08%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766016200.660.080.31307.2449.1546.27
HexB03CA204281F133312e
Octal26074242010210374636156
Binary101100001111001010001001000010100011111100110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CA2; }

 p { color: rgb(176,60,162); }

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

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

 a { background-color: rgb(176,60,162); }

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

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

 span { border-color: rgb(176,60,162); }

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