#B20980

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

Shades of Medium Violet Red #B20980

Tints of Medium Violet Red #B20980

Color information

#B20980 (or 0xB20980) is unknown color: approx Medium Violet Red. HEX triplet: B2, 09 and 80. RGB value is (178,9,128). Sum of RGB (Red+Green+Blue) = 178+9+128=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B20980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20980 is #4DF67F. Grayscale: #484848. Windows color (decimal): -5109376 or 8391090. OLE color: 8391090.

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

Color convert

RGB1789128-
CMYK00.950.280.30
HSL317.75º90.37%36.67%-
HSV(B)317.75º94.94%69.8%-
XYZ22.3511.2221.41-
YUV73.1158.99202.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=56.51%
G=2.86%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178912800.950.280.30317.7590.3736.67
HexB298005F1C1E13e5a25
Octal262112000137343647613245
Binary101100101001100000000101111111100111101001111101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20980; }

 p { color: rgb(178,9,128); }

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

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

 a { background-color: rgb(178,9,128); }

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

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

 span { border-color: rgb(178,9,128); }

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