#B50676

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

Shades of Medium Violet Red #B50676

Tints of Medium Violet Red #B50676

Color information

#B50676 (or 0xB50676) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 76. RGB value is (181,6,118). Sum of RGB (Red+Green+Blue) = 181+6+118=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50676 is #4AF989. Grayscale: #464646. Windows color (decimal): -4913546 or 7734965. OLE color: 7734965.

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

Color convert

RGB1816118-
CMYK00.970.350.29
HSL321.6º93.58%36.67%-
HSV(B)321.6º96.69%70.98%-
XYZ22.3911.2618.13-
YUV71.09154.48206.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=59.34%
G=1.97%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181611800.970.350.29321.693.5836.67
HexB5676061231D1425e25
Octal26561660141433550213645
Binary10110101110111011001100001100011111011010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50676; }

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

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

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

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

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

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

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

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