#B03C91

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

Shades of Medium Red Violet #B03C91

Tints of Medium Red Violet #B03C91

Color information

#B03C91 (or 0xB03C91) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and 91. RGB value is (176,60,145). Sum of RGB (Red+Green+Blue) = 176+60+145=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C91 is #4FC36E. Grayscale: #686868. Windows color (decimal): -5227375 or 9518256. OLE color: 9518256.

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

Color convert

RGB17660145-
CMYK00.660.180.31
HSL316.03º49.15%46.27%-
HSV(B)316.03º65.91%69.02%-
XYZ24.6314.5128.29-
YUV104.37150.93179.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 145 (57.03% from 255) = 38.06%
R=46.19%
G=15.75%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766014500.660.180.31316.0349.1546.27
HexB03C91042121F13c312e
Octal26074221010222374746156
Binary1011000011110010010001010000101001011111100111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C91; }

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

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

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

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

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

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

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

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