#B50C74

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

Shades of Medium Violet Red #B50C74

Tints of Medium Violet Red #B50C74

Color information

#B50C74 (or 0xB50C74) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 74. RGB value is (181,12,116). Sum of RGB (Red+Green+Blue) = 181+12+116=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C74 is #4AF38B. Grayscale: #4A4A4A. Windows color (decimal): -4912012 or 7605429. OLE color: 7605429.

HSL color Cylindrical-coordinate representation of color #B50C74: hue angle of 323.08º 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 #B50C74 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18112116-
CMYK00.930.360.29
HSL323.08º87.56%37.84%-
HSV(B)323.08º93.37%70.98%-
XYZ22.3411.3517.54-
YUV74.39151.49204.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=58.58%
G=3.88%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811211600.930.360.29323.0887.5637.84
HexB5C7405D241D1435826
Octal265141640135443550313046
Binary101101011100111010001011101100100111011010000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C74; }

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

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

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

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

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

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

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

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