#B22AAE

Color #B22AAE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B22AAE

Tints of Fuchsia #B22AAE

Color information

#B22AAE (or 0xB22AAE) is unknown color: approx Fuchsia. HEX triplet: B2, 2A and AE. RGB value is (178,42,174). Sum of RGB (Red+Green+Blue) = 178+42+174=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B22AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22AAE is #4DD551. Grayscale: #616161. Windows color (decimal): -5100882 or 11414194. OLE color: 11414194.

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

Color convert

RGB17842174-
CMYK00.760.020.30
HSL301.76º61.82%43.14%-
HSV(B)301.76º76.4%69.8%-
XYZ26.8314.1841.37-
YUV97.71171.06185.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 42 (16.80% from 255) = 10.66%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=45.18%
G=10.66%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784217400.760.020.30301.7661.8243.14
HexB22AAE04C21E12e3e2b
Octal2625225601142364567653
Binary1011001010101010101110010011001011110100101110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22AAE; }

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

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

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

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

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

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

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

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