#B20B8F

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

Shades of Medium Violet Red #B20B8F

Tints of Medium Violet Red #B20B8F

Color information

#B20B8F (or 0xB20B8F) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0B and 8F. RGB value is (178,11,143). Sum of RGB (Red+Green+Blue) = 178+11+143=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20B8F is #4DF470. Grayscale: #4B4B4B. Windows color (decimal): -5108849 or 9374642. OLE color: 9374642.

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

Color convert

RGB17811143-
CMYK00.940.200.30
HSL312.57º88.36%37.06%-
HSV(B)312.57º93.82%69.8%-
XYZ23.4411.6927.01-
YUV75.98165.83200.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 143 (56.25% from 255) = 43.07%
R=53.61%
G=3.31%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781114300.940.200.30312.5788.3637.06
HexB2B8F05E141E1395825
Octal262132170136243647113045
Binary101100101011100011110101111010100111101001110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B8F; }

 p { color: rgb(178,11,143); }

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

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

 a { background-color: rgb(178,11,143); }

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

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

 span { border-color: rgb(178,11,143); }

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