#B22A94

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

Shades of Medium Red Violet #B22A94

Tints of Medium Red Violet #B22A94

Color information

#B22A94 (or 0xB22A94) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2A and 94. RGB value is (178,42,148). Sum of RGB (Red+Green+Blue) = 178+42+148=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A94 is #4DD56B. Grayscale: #5E5E5E. Windows color (decimal): -5100908 or 9710258. OLE color: 9710258.

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

Color convert

RGB17842148-
CMYK00.760.170.30
HSL313.24º61.82%43.14%-
HSV(B)313.24º76.4%69.8%-
XYZ24.5313.2629.28-
YUV94.75158.06187.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=48.37%
G=11.41%
B=40.22%

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
Decimal1784214800.760.170.30313.2461.8243.14
HexB22A9404C111E1393e2b
Octal26252224011421364717653
Binary1011001010101010010100010011001000111110100111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A94; }

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

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

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

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

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

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

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

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