#B22A96

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

Shades of Medium Red Violet #B22A96

Tints of Medium Red Violet #B22A96

Color information

#B22A96 (or 0xB22A96) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2A and 96. RGB value is (178,42,150). Sum of RGB (Red+Green+Blue) = 178+42+150=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A96 is #4DD569. Grayscale: #5E5E5E. Windows color (decimal): -5100906 or 9841330. OLE color: 9841330.

HSL color Cylindrical-coordinate representation of color #B22A96: hue angle of 312.35º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22A96 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17842150-
CMYK00.760.160.30
HSL312.35º61.82%43.14%-
HSV(B)312.35º76.4%69.8%-
XYZ24.6913.3230.12-
YUV94.98159.06187.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 42 (16.80% from 255) = 11.35%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=48.11%
G=11.35%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784215000.760.160.30312.3561.8243.14
HexB22A9604C101E1383e2b
Octal26252226011420364707653
Binary1011001010101010010110010011001000011110100111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A96; }

 p { color: rgb(178,42,150); }

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

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

 a { background-color: rgb(178,42,150); }

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

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

 span { border-color: rgb(178,42,150); }

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