#B20790

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

Shades of Medium Violet Red #B20790

Tints of Medium Violet Red #B20790

Color information

#B20790 (or 0xB20790) is unknown color: approx Medium Violet Red. HEX triplet: B2, 07 and 90. RGB value is (178,7,144). Sum of RGB (Red+Green+Blue) = 178+7+144=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20790 is #4DF86F. Grayscale: #494949. Windows color (decimal): -5109872 or 9439154. OLE color: 9439154.

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

Color convert

RGB1787144-
CMYK00.960.190.30
HSL311.93º92.43%36.27%-
HSV(B)311.93º96.07%69.8%-
XYZ23.4711.6327.39-
YUV73.75167.65202.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=54.10%
G=2.13%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178714400.960.190.30311.9392.4336.27
HexB2790060131E1385c24
Octal26272200140233647013444
Binary10110010111100100000110000010011111101001110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20790; }

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

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

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

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

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

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

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

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