#B22A93

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

Shades of Medium Red Violet #B22A93

Tints of Medium Red Violet #B22A93

Color information

#B22A93 (or 0xB22A93) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2A and 93. RGB value is (178,42,147). Sum of RGB (Red+Green+Blue) = 178+42+147=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A93 is #4DD56C. Grayscale: #5E5E5E. Windows color (decimal): -5100909 or 9644722. OLE color: 9644722.

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

Color convert

RGB17842147-
CMYK00.760.170.30
HSL313.68º61.82%43.14%-
HSV(B)313.68º76.4%69.8%-
XYZ24.4513.2328.87-
YUV94.63157.56187.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=48.50%
G=11.44%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784214700.760.170.30313.6861.8243.14
HexB22A9304C111E13a3e2b
Octal26252223011421364727653
Binary1011001010101010010011010011001000111110100111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A93; }

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

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

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

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

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

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

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

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