#B22AA6

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

Shades of Medium Red Violet #B22AA6

Tints of Medium Red Violet #B22AA6

Color information

#B22AA6 (or 0xB22AA6) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2A and A6. RGB value is (178,42,166). Sum of RGB (Red+Green+Blue) = 178+42+166=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B22AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22AA6 is #4DD559. Grayscale: #606060. Windows color (decimal): -5100890 or 10889906. OLE color: 10889906.

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

Color convert

RGB17842166-
CMYK00.760.070.30
HSL305.29º61.82%43.14%-
HSV(B)305.29º76.4%69.8%-
XYZ26.0713.8737.38-
YUV96.8167.06185.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 42 (16.80% from 255) = 10.88%
BLUE value IS 166 (65.23% from 255) = 43.01%
R=46.11%
G=10.88%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784216600.760.070.30305.2961.8243.14
HexB22AA604C71E1313e2b
Octal2625224601147364617653
Binary10110010101010101001100100110011111110100110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22AA6; }

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

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

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

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

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

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

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

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