#B22B95

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

Shades of Medium Red Violet #B22B95

Tints of Medium Red Violet #B22B95

Color information

#B22B95 (or 0xB22B95) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 95. RGB value is (178,43,149). Sum of RGB (Red+Green+Blue) = 178+43+149=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22B95 is #4DD46A. Grayscale: #5F5F5F. Windows color (decimal): -5100651 or 9776050. OLE color: 9776050.

HSL color Cylindrical-coordinate representation of color #B22B95: hue angle of 312.89º degrees, saturation: 0.61, 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 #B22B95 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17843149-
CMYK00.760.160.30
HSL312.89º61.09%43.33%-
HSV(B)312.89º75.84%69.8%-
XYZ24.6513.3629.71-
YUV95.45158.23186.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=48.11%
G=11.62%
B=40.27%

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
Decimal1784314900.760.160.30312.8961.0943.33
HexB22B9504C101E1393d2b
Octal26253225011420364717553
Binary1011001010101110010101010011001000011110100111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B95; }

 p { color: rgb(178,43,149); }

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

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

 a { background-color: rgb(178,43,149); }

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

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

 span { border-color: rgb(178,43,149); }

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