#B22EAB

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

Shades of Fuchsia #B22EAB

Tints of Fuchsia #B22EAB

Color information

#B22EAB (or 0xB22EAB) is unknown color: approx Fuchsia. HEX triplet: B2, 2E and AB. RGB value is (178,46,171). Sum of RGB (Red+Green+Blue) = 178+46+171=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B22EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22EAB is #4DD154. Grayscale: #636363. Windows color (decimal): -5099861 or 11218610. OLE color: 11218610.

HSL color Cylindrical-coordinate representation of color #B22EAB: hue angle of 303.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22EAB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17846171-
CMYK00.740.040.30
HSL303.18º58.93%43.92%-
HSV(B)303.18º74.16%69.8%-
XYZ26.6914.3639.89-
YUV99.72168.23183.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=45.06%
G=11.65%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784617100.740.040.30303.1858.9343.92
HexB22EAB04A41E12f3b2c
Octal2625625301124364577354
Binary10110010101110101010110100101010011110100101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22EAB; }

 p { color: rgb(178,46,171); }

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

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

 a { background-color: rgb(178,46,171); }

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

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

 span { border-color: rgb(178,46,171); }

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