#B50876

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

Shades of Medium Violet Red #B50876

Tints of Medium Violet Red #B50876

Color information

#B50876 (or 0xB50876) is unknown color: approx Medium Violet Red. HEX triplet: B5, 08 and 76. RGB value is (181,8,118). Sum of RGB (Red+Green+Blue) = 181+8+118=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B50876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50876 is #4AF789. Grayscale: #484848. Windows color (decimal): -4913034 or 7735477. OLE color: 7735477.

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

Color convert

RGB1818118-
CMYK00.960.350.29
HSL321.85º91.53%37.06%-
HSV(B)321.85º95.58%70.98%-
XYZ22.4111.3118.14-
YUV72.27153.81205.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=58.96%
G=2.61%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181811800.960.350.29321.8591.5337.06
HexB5876060231D1425c25
Octal265101660140433550213445
Binary101101011000111011001100000100011111011010000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50876; }

 p { color: rgb(181,8,118); }

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

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

 a { background-color: rgb(181,8,118); }

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

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

 span { border-color: rgb(181,8,118); }

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