#b20484

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

Shades of Medium Violet Red #B20484

Tints of Medium Violet Red #B20484

Color information

#B20484 (or 0xB20484) is unknown color: approx Medium Violet Red. HEX triplet: B2, 04 and 84. RGB value is (178,4,132). Sum of RGB (Red+Green+Blue) = 178+4+132=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20484 is #4DFB7B. Grayscale: #464646. Windows color (decimal): -5110652 or 8651954. OLE color: 8651954.

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

Color convert

RGB1784132-
CMYK00.980.260.30
HSL315.86º95.6%35.69%-
HSV(B)315.86º97.75%69.8%-
XYZ22.5711.2222.81-
YUV70.62162.65204.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=56.69%
G=1.27%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178413200.980.260.30315.8695.635.69
HexB24840621A1E13c6024
Octal26242040142323647414044
Binary10110010100100001000110001011010111101001111001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20484; }

 p { color: rgb(178,4,132); }

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

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

 a { background-color: rgb(178,4,132); }

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

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

 span { border-color: rgb(178,4,132); }

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