#b20e7d

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

Shades of Medium Violet Red #B20E7D

Tints of Medium Violet Red #B20E7D

Color information

#B20E7D (or 0xB20E7D) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0E and 7D. RGB value is (178,14,125). Sum of RGB (Red+Green+Blue) = 178+14+125=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E7D is #4DF182. Grayscale: #4B4B4B. Windows color (decimal): -5108099 or 8195762. OLE color: 8195762.

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

Color convert

RGB17814125-
CMYK00.920.300.30
HSL319.39º85.42%37.65%-
HSV(B)319.39º92.13%69.8%-
XYZ22.2211.2620.4-
YUV75.69155.83200.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 14 (5.86% from 255) = 4.42%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=56.15%
G=4.42%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781412500.920.300.30319.3985.4237.65
HexB2E7D05C1E1E13f5526
Octal262161750134363647712546
Binary10110010111011111010101110011110111101001111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20e7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20e7d; }

 p { color: rgb(178,14,125); }

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

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

 a { background-color: rgb(178,14,125); }

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

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

 span { border-color: rgb(178,14,125); }

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