#B20D7D

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

Shades of Medium Violet Red #B20D7D

Tints of Medium Violet Red #B20D7D

Color information

#B20D7D (or 0xB20D7D) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0D and 7D. RGB value is (178,13,125). Sum of RGB (Red+Green+Blue) = 178+13+125=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D7D is #4DF282. Grayscale: #4A4A4A. Windows color (decimal): -5108355 or 8195506. OLE color: 8195506.

HSL color Cylindrical-coordinate representation of color #B20D7D: hue angle of 319.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D7D is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17813125-
CMYK00.930.300.30
HSL319.27º86.39%37.45%-
HSV(B)319.27º92.7%69.8%-
XYZ22.2111.2320.4-
YUV75.1156.16201.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=56.33%
G=4.11%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781312500.930.300.30319.2786.3937.45
HexB2D7D05D1E1E13f5625
Octal262151750135363647712645
Binary10110010110111111010101110111110111101001111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D7D; }

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

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

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

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

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

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

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

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