#B20778

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

Shades of Medium Violet Red #B20778

Tints of Medium Violet Red #B20778

Color information

#B20778 (or 0xB20778) is unknown color: approx Medium Violet Red. HEX triplet: B2, 07 and 78. RGB value is (178,7,120). Sum of RGB (Red+Green+Blue) = 178+7+120=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B20778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20778 is #4DF887. Grayscale: #464646. Windows color (decimal): -5109896 or 7866290. OLE color: 7866290.

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

Color convert

RGB1787120-
CMYK00.960.330.30
HSL320.35º92.43%36.27%-
HSV(B)320.35º96.07%69.8%-
XYZ21.8310.9718.74-
YUV71.01155.65204.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 7 (3.12% from 255) = 2.30%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=58.36%
G=2.30%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178712000.960.330.30320.3592.4336.27
HexB2778060211E1405c24
Octal26271700140413650013444
Binary10110010111111100001100000100001111101010000001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20778; }

 p { color: rgb(178,7,120); }

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

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

 a { background-color: rgb(178,7,120); }

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

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

 span { border-color: rgb(178,7,120); }

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