#B20586

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

Shades of Medium Violet Red #B20586

Tints of Medium Violet Red #B20586

Color information

#B20586 (or 0xB20586) is unknown color: approx Medium Violet Red. HEX triplet: B2, 05 and 86. RGB value is (178,5,134). Sum of RGB (Red+Green+Blue) = 178+5+134=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20586 is #4DFA79. Grayscale: #474747. Windows color (decimal): -5110394 or 8783282. OLE color: 8783282.

HSL color Cylindrical-coordinate representation of color #B20586: hue angle of 315.26º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20586 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB1785134-
CMYK00.970.250.30
HSL315.26º94.54%35.88%-
HSV(B)315.26º97.19%69.8%-
XYZ22.7211.2923.54-
YUV71.43163.31204.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=56.15%
G=1.58%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178513400.970.250.30315.2694.5435.88
HexB2586061191E13b5f24
Octal26252060141313647313744
Binary10110010101100001100110000111001111101001110111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20586; }

 p { color: rgb(178,5,134); }

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

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

 a { background-color: rgb(178,5,134); }

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

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

 span { border-color: rgb(178,5,134); }

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