#B50C96

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

Shades of Medium Violet Red #B50C96

Tints of Medium Violet Red #B50C96

Color information

#B50C96 (or 0xB50C96) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 96. RGB value is (181,12,150). Sum of RGB (Red+Green+Blue) = 181+12+150=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C96 is #4AF369. Grayscale: #4D4D4D. Windows color (decimal): -4911978 or 9833653. OLE color: 9833653.

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

Color convert

RGB18112150-
CMYK00.930.170.29
HSL311.01º87.56%37.84%-
HSV(B)311.01º93.37%70.98%-
XYZ24.6912.2929.92-
YUV78.26168.49201.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 12 (5.08% from 255) = 3.50%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=52.77%
G=3.50%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811215000.930.170.29311.0187.5637.84
HexB5C9605D111D1375826
Octal265142260135213546713046
Binary101101011100100101100101110110001111011001101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C96; }

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

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

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

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

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

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

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

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