Shades of Fuchsia #B02EAA
Tints of Fuchsia #B02EAA
RGB
CMYK
RGB Variations
Color information
#B02EAA (or 0xB02EAA) is known color: Fuchsia. HEX triplet: B0, 2E and AA. RGB value is (176,46,170). Sum of RGB (Red+Green+Blue) = 176+46+170=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B02EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02EAA is #4FD155. Grayscale: #626262. Windows color (decimal): -5230934 or 11153072. OLE color: 11153072.
HSL color Cylindrical-coordinate representation of color #B02EAA: hue angle of 302.77º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02EAA is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 170 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.31 |
| HSL | 302.77º | 0.59% | 0.44% | - |
| HSV(B) | 302.77º | 0.74% | 0.69% | - |
| XYZ | 26.14 | 14.09 | 39.37 | - |
| YUV | 99.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 170 | 0 | 0.74 | 0.03 | 0.31 | 302.77 | 0.59 | 0.44 |
| Hex | B0 | 2E | AA | 0 | 4A | 3 | 1F | 12F | 3B | 2C |
| Octal | 260 | 56 | 252 | 0 | 112 | 3 | 37 | 457 | 73 | 54 |
| Binary | 10110000 | 101110 | 10101010 | 0 | 1001010 | 11 | 11111 | 100101111 | 111011 | 101100 |
Color Harmonies of #B02EAA
Complementary color
Monochromatic Colors of #B02EAA
Black with #B02EAA
Text Example
Text Example
White with #B02EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EAA; }
p { color: rgb(176,46,170); }
H1.HeaderClassName
{
color: #B02EAA;
}
.AnyTagClassName
{
color: #B02EAA;
}
</style>
background-color css
<style>
a { background-color: #B02EAA; }
a { background-color: rgb(176,46,170); }
div.DivClassName
{
background-color: #B02EAA;
}
.BgClassName
{
background-color: #B02EAA;
}
</style>
border-color css
<style>
span { border-color: #B02EAA; }
span { border-color: rgb(176,46,170); }
td.TdClassName
{
border-color: #B02EAA;
}
.TagClassName
{
border-color: #B02EAA;
}
</style>