#B03C85

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

Shades of Medium Red Violet #B03C85

Tints of Medium Red Violet #B03C85

Color information

#B03C85 (or 0xB03C85) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and 85. RGB value is (176,60,133). Sum of RGB (Red+Green+Blue) = 176+60+133=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C85 is #4FC37A. Grayscale: #666666. Windows color (decimal): -5227387 or 8731824. OLE color: 8731824.

HSL color Cylindrical-coordinate representation of color #B03C85: hue angle of 322.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 #B03C85 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17660133-
CMYK00.660.240.31
HSL322.24º49.15%46.27%-
HSV(B)322.24º65.91%69.02%-
XYZ23.7514.1623.67-
YUV103.01144.93180.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=47.70%
G=16.26%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766013300.660.240.31322.2449.1546.27
HexB03C85042181F142312e
Octal26074205010230375026156
Binary1011000011110010000101010000101100011111101000010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C85; }

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

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

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

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

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

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

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

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