#B20F92

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

Shades of Medium Violet Red #B20F92

Tints of Medium Violet Red #B20F92

Color information

#B20F92 (or 0xB20F92) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 92. RGB value is (178,15,146). Sum of RGB (Red+Green+Blue) = 178+15+146=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F92 is #4DF06D. Grayscale: #4E4E4E. Windows color (decimal): -5107822 or 9572274. OLE color: 9572274.

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

Color convert

RGB17815146-
CMYK00.920.180.30
HSL311.78º84.46%37.84%-
HSV(B)311.78º91.57%69.8%-
XYZ23.7211.8828.24-
YUV78.67166198.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=52.51%
G=4.42%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781514600.920.180.30311.7884.4637.84
HexB2F9205C121E1385426
Octal262172220134223647012446
Binary101100101111100100100101110010010111101001110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F92; }

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

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

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

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

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

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

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

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