#B50C95

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

Shades of Medium Violet Red #B50C95

Tints of Medium Violet Red #B50C95

Color information

#B50C95 (or 0xB50C95) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 95. RGB value is (181,12,149). Sum of RGB (Red+Green+Blue) = 181+12+149=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C95 is #4AF36A. Grayscale: #4D4D4D. Windows color (decimal): -4911979 or 9768117. OLE color: 9768117.

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

Color convert

RGB18112149-
CMYK00.930.180.29
HSL311.36º87.56%37.84%-
HSV(B)311.36º93.37%70.98%-
XYZ24.6112.2629.5-
YUV78.15167.99201.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=52.92%
G=3.51%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811214900.930.180.29311.3687.5637.84
HexB5C9505D121D1375826
Octal265142250135223546713046
Binary101101011100100101010101110110010111011001101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C95; }

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

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

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

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

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

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

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

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