#B50F7F

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

Shades of Medium Violet Red #B50F7F

Tints of Medium Violet Red #B50F7F

Color information

#B50F7F (or 0xB50F7F) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and 7F. RGB value is (181,15,127). Sum of RGB (Red+Green+Blue) = 181+15+127=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F7F is #4AF080. Grayscale: #4D4D4D. Windows color (decimal): -4911233 or 8327093. OLE color: 8327093.

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

Color convert

RGB18115127-
CMYK00.920.300.29
HSL319.52º84.69%38.43%-
HSV(B)319.52º91.71%70.98%-
XYZ23.0611.721.12-
YUV77.4156201.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 127 (50% from 255) = 39.32%
R=56.04%
G=4.64%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811512700.920.300.29319.5284.6938.43
HexB5F7F05C1E1D1405526
Octal265171770134363550012546
Binary10110101111111111110101110011110111011010000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F7F; }

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

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

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

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

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

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

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

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