Shades of Fuchsia #B03BA8
Tints of Fuchsia #B03BA8
RGB
CMYK
RGB Variations
Color information
#B03BA8 (or 0xB03BA8) is known color: Fuchsia. HEX triplet: B0, 3B and A8. RGB value is (176,59,168). Sum of RGB (Red+Green+Blue) = 176+59+168=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BA8 is #4FC457. Grayscale: #6A6A6A. Windows color (decimal): -5227608 or 11025328. OLE color: 11025328.
HSL color Cylindrical-coordinate representation of color #B03BA8: hue angle of 304.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BA8 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 168 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.31 |
| HSL | 304.1º | 0.5% | 0.46% | - |
| HSV(B) | 304.1º | 0.66% | 0.69% | - |
| XYZ | 26.54 | 15.19 | 38.58 | - |
| YUV | 106.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 168 | 0 | 0.66 | 0.05 | 0.31 | 304.1 | 0.5 | 0.46 |
| Hex | B0 | 3B | A8 | 0 | 42 | 5 | 1F | 130 | 32 | 2E |
| Octal | 260 | 73 | 250 | 0 | 102 | 5 | 37 | 460 | 62 | 56 |
| Binary | 10110000 | 111011 | 10101000 | 0 | 1000010 | 101 | 11111 | 100110000 | 110010 | 101110 |
Color Harmonies of #B03BA8
Complementary color
Monochromatic Colors of #B03BA8
Black with #B03BA8
Text Example
Text Example
White with #B03BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BA8; }
p { color: rgb(176,59,168); }
H1.HeaderClassName
{
color: #B03BA8;
}
.AnyTagClassName
{
color: #B03BA8;
}
</style>
background-color css
<style>
a { background-color: #B03BA8; }
a { background-color: rgb(176,59,168); }
div.DivClassName
{
background-color: #B03BA8;
}
.BgClassName
{
background-color: #B03BA8;
}
</style>
border-color css
<style>
span { border-color: #B03BA8; }
span { border-color: rgb(176,59,168); }
td.TdClassName
{
border-color: #B03BA8;
}
.TagClassName
{
border-color: #B03BA8;
}
</style>