#B20F79

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

Shades of Medium Violet Red #B20F79

Tints of Medium Violet Red #B20F79

Color information

#B20F79 (or 0xB20F79) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 79. RGB value is (178,15,121). Sum of RGB (Red+Green+Blue) = 178+15+121=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20F79 is #4DF086. Grayscale: #4B4B4B. Windows color (decimal): -5107847 or 7933874. OLE color: 7933874.

HSL color Cylindrical-coordinate representation of color #B20F79: hue angle of 320.98º 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 #B20F79 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17815121-
CMYK00.920.320.30
HSL320.98º84.46%37.84%-
HSV(B)320.98º91.57%69.8%-
XYZ21.9811.1919.09-
YUV75.82153.5200.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=56.69%
G=4.78%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781512100.920.320.30320.9884.4637.84
HexB2F7905C201E1415426
Octal262171710134403650112446
Binary101100101111111100101011100100000111101010000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F79; }

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

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

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

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

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

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

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

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