#B50E7D

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

Shades of Medium Violet Red #B50E7D

Tints of Medium Violet Red #B50E7D

Color information

#B50E7D (or 0xB50E7D) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 7D. RGB value is (181,14,125). Sum of RGB (Red+Green+Blue) = 181+14+125=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E7D is #4AF182. Grayscale: #4C4C4C. Windows color (decimal): -4911491 or 8195765. OLE color: 8195765.

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

Color convert

RGB18114125-
CMYK00.920.310.29
HSL320.12º85.64%38.24%-
HSV(B)320.12º92.27%70.98%-
XYZ22.9111.6220.44-
YUV76.59155.33202.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=56.56%
G=4.38%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811412500.920.310.29320.1285.6438.24
HexB5E7D05C1F1D1405626
Octal265161750134373550012646
Binary10110101111011111010101110011111111011010000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E7D; }

 p { color: rgb(181,14,125); }

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

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

 a { background-color: rgb(181,14,125); }

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

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

 span { border-color: rgb(181,14,125); }

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