Shades of Fuchsia #B03EA8
Tints of Fuchsia #B03EA8
RGB
CMYK
RGB Variations
Color information
#B03EA8 (or 0xB03EA8) is known color: Fuchsia. HEX triplet: B0, 3E and A8. RGB value is (176,62,168). Sum of RGB (Red+Green+Blue) = 176+62+168=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B03EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03EA8 is #4FC157. Grayscale: #6B6B6B. Windows color (decimal): -5226840 or 11026096. OLE color: 11026096.
HSL color Cylindrical-coordinate representation of color #B03EA8: hue angle of 304.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03EA8 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 168 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.31 |
| HSL | 304.21º | 0.48% | 0.47% | - |
| HSV(B) | 304.21º | 0.65% | 0.69% | - |
| XYZ | 26.7 | 15.5 | 38.63 | - |
| YUV | 108.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 168 | 0 | 0.65 | 0.05 | 0.31 | 304.21 | 0.48 | 0.47 |
| Hex | B0 | 3E | A8 | 0 | 41 | 5 | 1F | 130 | 30 | 2F |
| Octal | 260 | 76 | 250 | 0 | 101 | 5 | 37 | 460 | 60 | 57 |
| Binary | 10110000 | 111110 | 10101000 | 0 | 1000001 | 101 | 11111 | 100110000 | 110000 | 101111 |
Color Harmonies of #B03EA8
Complementary color
Monochromatic Colors of #B03EA8
Black with #B03EA8
Text Example
Text Example
White with #B03EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03EA8; }
p { color: rgb(176,62,168); }
H1.HeaderClassName
{
color: #B03EA8;
}
.AnyTagClassName
{
color: #B03EA8;
}
</style>
background-color css
<style>
a { background-color: #B03EA8; }
a { background-color: rgb(176,62,168); }
div.DivClassName
{
background-color: #B03EA8;
}
.BgClassName
{
background-color: #B03EA8;
}
</style>
border-color css
<style>
span { border-color: #B03EA8; }
span { border-color: rgb(176,62,168); }
td.TdClassName
{
border-color: #B03EA8;
}
.TagClassName
{
border-color: #B03EA8;
}
</style>