#B22088

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

Shades of Medium Red Violet #B22088

Tints of Medium Red Violet #B22088

Color information

#B22088 (or 0xB22088) is unknown color: approx Medium Red Violet. HEX triplet: B2, 20 and 88. RGB value is (178,32,136). Sum of RGB (Red+Green+Blue) = 178+32+136=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B22088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22088 is #4DDF77. Grayscale: #575757. Windows color (decimal): -5103480 or 8921266. OLE color: 8921266.

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

Color convert

RGB17832136-
CMYK00.820.240.30
HSL317.26º69.52%41.18%-
HSV(B)317.26º82.02%69.8%-
XYZ23.3212.2824.43-
YUV87.51155.37192.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=51.45%
G=9.25%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783213600.820.240.30317.2669.5241.18
HexB22088052181E13d4629
Octal262402100122303647510651
Binary10110010100000100010000101001011000111101001111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22088; }

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

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

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

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

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

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

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

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