#B22A92

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

Shades of Medium Red Violet #B22A92

Tints of Medium Red Violet #B22A92

Color information

#B22A92 (or 0xB22A92) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2A and 92. RGB value is (178,42,146). Sum of RGB (Red+Green+Blue) = 178+42+146=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A92 is #4DD56D. Grayscale: #5E5E5E. Windows color (decimal): -5100910 or 9579186. OLE color: 9579186.

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

Color convert

RGB17842146-
CMYK00.760.180.30
HSL314.12º61.82%43.14%-
HSV(B)314.12º76.4%69.8%-
XYZ24.3813.228.46-
YUV94.52157.06187.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 42 (16.80% from 255) = 11.48%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=48.63%
G=11.48%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784214600.760.180.30314.1261.8243.14
HexB22A9204C121E13a3e2b
Octal26252222011422364727653
Binary1011001010101010010010010011001001011110100111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A92; }

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

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

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

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

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

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

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

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