#B20F81

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

Shades of Medium Violet Red #B20F81

Tints of Medium Violet Red #B20F81

Color information

#B20F81 (or 0xB20F81) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 81. RGB value is (178,15,129). Sum of RGB (Red+Green+Blue) = 178+15+129=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F81 is #4DF07E. Grayscale: #4C4C4C. Windows color (decimal): -5107839 or 8458162. OLE color: 8458162.

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

Color convert

RGB17815129-
CMYK00.920.280.30
HSL318.04º84.46%37.84%-
HSV(B)318.04º91.57%69.8%-
XYZ22.4911.3921.78-
YUV76.73157.5200.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=55.28%
G=4.66%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781512900.920.280.30318.0484.4637.84
HexB2F8105C1C1E13e5426
Octal262172010134343647612446
Binary101100101111100000010101110011100111101001111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F81; }

 p { color: rgb(178,15,129); }

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

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

 a { background-color: rgb(178,15,129); }

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

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

 span { border-color: rgb(178,15,129); }

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