#b03174

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

Shades of Medium Red Violet #B03174

Tints of Medium Red Violet #B03174

Color information

#B03174 (or 0xB03174) is unknown color: approx Medium Red Violet. HEX triplet: B0, 31 and 74. RGB value is (176,49,116). Sum of RGB (Red+Green+Blue) = 176+49+116=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B03174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03174 is #4FCE8B. Grayscale: #5E5E5E. Windows color (decimal): -5230220 or 7614896. OLE color: 7614896.

HSL color Cylindrical-coordinate representation of color #B03174: hue angle of 328.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03174 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17649116-
CMYK00.720.340.31
HSL328.35º56.44%44.12%-
HSV(B)328.35º72.16%69.02%-
XYZ22.1612.6917.8-
YUV94.61140.08186.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=51.61%
G=14.37%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764911600.720.340.31328.3556.4444.12
HexB03174048221F148382c
Octal26061164011042375107054
Binary1011000011000111101000100100010001011111101001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03174; }

 p { color: rgb(176,49,116); }

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

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

 a { background-color: rgb(176,49,116); }

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

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

 span { border-color: rgb(176,49,116); }

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