#B22092

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

Shades of Medium Red Violet #B22092

Tints of Medium Red Violet #B22092

Color information

#B22092 (or 0xB22092) is unknown color: approx Medium Red Violet. HEX triplet: B2, 20 and 92. RGB value is (178,32,146). Sum of RGB (Red+Green+Blue) = 178+32+146=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B22092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22092 is #4DDF6D. Grayscale: #585858. Windows color (decimal): -5103470 or 9576626. OLE color: 9576626.

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

Color convert

RGB17832146-
CMYK00.820.180.30
HSL313.15º69.52%41.18%-
HSV(B)313.15º82.02%69.8%-
XYZ24.0612.5728.35-
YUV88.65160.37191.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 8.99%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=50%
G=8.99%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783214600.820.180.30313.1569.5241.18
HexB22092052121E1394629
Octal262402220122223647110651
Binary10110010100000100100100101001010010111101001110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22092; }

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

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

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

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

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

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

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

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