#B50B7F

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

Shades of Medium Violet Red #B50B7F

Tints of Medium Violet Red #B50B7F

Color information

#B50B7F (or 0xB50B7F) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0B and 7F. RGB value is (181,11,127). Sum of RGB (Red+Green+Blue) = 181+11+127=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B7F is #4AF480. Grayscale: #4A4A4A. Windows color (decimal): -4912257 or 8326069. OLE color: 8326069.

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

Color convert

RGB18111127-
CMYK00.940.300.29
HSL319.06º88.54%37.65%-
HSV(B)319.06º93.92%70.98%-
XYZ23.0111.621.1-
YUV75.05157.32203.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 127 (50% from 255) = 39.81%
R=56.74%
G=3.45%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811112700.940.300.29319.0688.5437.65
HexB5B7F05E1E1D13f5926
Octal265131770136363547713146
Binary10110101101111111110101111011110111011001111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B7F; }

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

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

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

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

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

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

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

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