#B50F9E

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

Shades of Medium Violet Red #B50F9E

Tints of Medium Violet Red #B50F9E

Color information

#B50F9E (or 0xB50F9E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and 9E. RGB value is (181,15,158). Sum of RGB (Red+Green+Blue) = 181+15+158=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F9E is #4AF061. Grayscale: #505050. Windows color (decimal): -4911202 or 10358709. OLE color: 10358709.

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

Color convert

RGB18115158-
CMYK00.920.130.29
HSL308.31º84.69%38.43%-
HSV(B)308.31º91.71%70.98%-
XYZ25.412.6333.45-
YUV80.94171.5199.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 15 (6.25% from 255) = 4.24%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=51.13%
G=4.24%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811515800.920.130.29308.3184.6938.43
HexB5F9E05CD1D1345526
Octal265172360134153546412546
Binary10110101111110011110010111001101111011001101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F9E; }

 p { color: rgb(181,15,158); }

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

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

 a { background-color: rgb(181,15,158); }

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

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

 span { border-color: rgb(181,15,158); }

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