Shades of Fuchsia #B22EAE
Tints of Fuchsia #B22EAE
RGB
CMYK
RGB Variations
Color information
#B22EAE (or 0xB22EAE) is known color: Fuchsia. HEX triplet: B2, 2E and AE. RGB value is (178,46,174). Sum of RGB (Red+Green+Blue) = 178+46+174=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B22EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22EAE is #4DD151. Grayscale: #636363. Windows color (decimal): -5099858 or 11415218. OLE color: 11415218.
HSL color Cylindrical-coordinate representation of color #B22EAE: hue angle of 301.82º 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 #B22EAE is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 174 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.30 |
| HSL | 301.82º | 0.59% | 0.44% | - |
| HSV(B) | 301.82º | 0.74% | 0.7% | - |
| XYZ | 26.98 | 14.47 | 41.42 | - |
| YUV | 100.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 174 | 0 | 0.74 | 0.02 | 0.30 | 301.82 | 0.59 | 0.44 |
| Hex | B2 | 2E | AE | 0 | 4A | 2 | 1E | 12E | 3B | 2C |
| Octal | 262 | 56 | 256 | 0 | 112 | 2 | 36 | 456 | 73 | 54 |
| Binary | 10110010 | 101110 | 10101110 | 0 | 1001010 | 10 | 11110 | 100101110 | 111011 | 101100 |
Color Harmonies of #B22EAE
Complementary color
Monochromatic Colors of #B22EAE
Black with #B22EAE
Text Example
Text Example
White with #B22EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22EAE; }
p { color: rgb(178,46,174); }
H1.HeaderClassName
{
color: #B22EAE;
}
.AnyTagClassName
{
color: #B22EAE;
}
</style>
background-color css
<style>
a { background-color: #B22EAE; }
a { background-color: rgb(178,46,174); }
div.DivClassName
{
background-color: #B22EAE;
}
.BgClassName
{
background-color: #B22EAE;
}
</style>
border-color css
<style>
span { border-color: #B22EAE; }
span { border-color: rgb(178,46,174); }
td.TdClassName
{
border-color: #B22EAE;
}
.TagClassName
{
border-color: #B22EAE;
}
</style>