#B50679

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

Shades of Medium Violet Red #B50679

Tints of Medium Violet Red #B50679

Color information

#B50679 (or 0xB50679) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 79. RGB value is (181,6,121). Sum of RGB (Red+Green+Blue) = 181+6+121=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B50679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50679 is #4AF986. Grayscale: #474747. Windows color (decimal): -4913543 or 7931573. OLE color: 7931573.

HSL color Cylindrical-coordinate representation of color #B50679: hue angle of 320.57º 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 #B50679 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB1816121-
CMYK00.970.330.29
HSL320.57º93.58%36.67%-
HSV(B)320.57º96.69%70.98%-
XYZ22.5711.3319.09-
YUV71.44155.98206.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=58.77%
G=1.95%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181612100.970.330.29320.5793.5836.67
HexB5679061211D1415e25
Octal26561710141413550113645
Binary10110101110111100101100001100001111011010000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50679; }

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

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

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

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

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

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

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

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