#B50978

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

Shades of Medium Violet Red #B50978

Tints of Medium Violet Red #B50978

Color information

#B50978 (or 0xB50978) is unknown color: approx Medium Violet Red. HEX triplet: B5, 09 and 78. RGB value is (181,9,120). Sum of RGB (Red+Green+Blue) = 181+9+120=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B50978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50978 is #4AF687. Grayscale: #484848. Windows color (decimal): -4912776 or 7866805. OLE color: 7866805.

HSL color Cylindrical-coordinate representation of color #B50978: hue angle of 321.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50978 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB1819120-
CMYK00.950.340.29
HSL321.28º90.53%37.25%-
HSV(B)321.28º95.03%70.98%-
XYZ22.5411.3818.78-
YUV73.08154.48204.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 9 (3.91% from 255) = 2.90%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=58.39%
G=2.90%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181912000.950.340.29321.2890.5337.25
HexB597805F221D1415b25
Octal265111700137423550113345
Binary101101011001111100001011111100010111011010000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50978; }

 p { color: rgb(181,9,120); }

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

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

 a { background-color: rgb(181,9,120); }

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

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

 span { border-color: rgb(181,9,120); }

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