#b50c76

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

Shades of Medium Violet Red #B50C76

Tints of Medium Violet Red #B50C76

Color information

#B50C76 (or 0xB50C76) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 76. RGB value is (181,12,118). Sum of RGB (Red+Green+Blue) = 181+12+118=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C76 is #4AF389. Grayscale: #4A4A4A. Windows color (decimal): -4912010 or 7736501. OLE color: 7736501.

HSL color Cylindrical-coordinate representation of color #B50C76: hue angle of 322.37º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C76 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18112118-
CMYK00.930.350.29
HSL322.37º87.56%37.84%-
HSV(B)322.37º93.37%70.98%-
XYZ22.4611.3918.16-
YUV74.61152.49203.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 12 (5.08% from 255) = 3.86%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=58.20%
G=3.86%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811211800.930.350.29322.3787.5637.84
HexB5C7605D231D1425826
Octal265141660135433550213046
Binary101101011100111011001011101100011111011010000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50c76; }

 p { color: rgb(181,12,118); }

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

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

 a { background-color: rgb(181,12,118); }

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

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

 span { border-color: rgb(181,12,118); }

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