#B20F9A

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

Shades of Medium Violet Red #B20F9A

Tints of Medium Violet Red #B20F9A

Color information

#B20F9A (or 0xB20F9A) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 9A. RGB value is (178,15,154). Sum of RGB (Red+Green+Blue) = 178+15+154=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F9A is #4DF065. Grayscale: #4F4F4F. Windows color (decimal): -5107814 or 10096562. OLE color: 10096562.

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

Color convert

RGB17815154-
CMYK00.920.130.30
HSL308.83º84.46%37.84%-
HSV(B)308.83º91.57%69.8%-
XYZ24.3612.1431.63-
YUV79.58170198.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=51.30%
G=4.32%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781515400.920.130.30308.8384.4637.84
HexB2F9A05CD1E1355426
Octal262172320134153646512446
Binary10110010111110011010010111001101111101001101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F9A; }

 p { color: rgb(178,15,154); }

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

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

 a { background-color: rgb(178,15,154); }

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

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

 span { border-color: rgb(178,15,154); }

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