Shades of Fuchsia #B03FB0
Tints of Fuchsia #B03FB0
RGB
CMYK
RGB Variations
Color information
#B03FB0 (or 0xB03FB0) is known color: Fuchsia. HEX triplet: B0, 3F and B0. RGB value is (176,63,176). Sum of RGB (Red+Green+Blue) = 176+63+176=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B03FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03FB0 is #4FC04F. Grayscale: #6D6D6D. Windows color (decimal): -5226576 or 11550640. OLE color: 11550640.
HSL color Cylindrical-coordinate representation of color #B03FB0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03FB0 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 176 | - |
| CMYK | 0 | 0.64 | 0 | 0.31 |
| HSL | 300º | 0.47% | 0.47% | - |
| HSV(B) | 300º | 0.64% | 0.69% | - |
| XYZ | 27.52 | 15.92 | 42.7 | - |
| YUV | 109.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 176 | 0 | 0.64 | 0 | 0.31 | 300 | 0.47 | 0.47 |
| Hex | B0 | 3F | B0 | 0 | 40 | 0 | 1F | 12C | 2F | 2F |
| Octal | 260 | 77 | 260 | 0 | 100 | 0 | 37 | 454 | 57 | 57 |
| Binary | 10110000 | 111111 | 10110000 | 0 | 1000000 | 0 | 11111 | 100101100 | 101111 | 101111 |
Color Harmonies of #B03FB0
Complementary color
Monochromatic Colors of #B03FB0
Black with #B03FB0
Text Example
Text Example
White with #B03FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FB0; }
p { color: rgb(176,63,176); }
H1.HeaderClassName
{
color: #B03FB0;
}
.AnyTagClassName
{
color: #B03FB0;
}
</style>
background-color css
<style>
a { background-color: #B03FB0; }
a { background-color: rgb(176,63,176); }
div.DivClassName
{
background-color: #B03FB0;
}
.BgClassName
{
background-color: #B03FB0;
}
</style>
border-color css
<style>
span { border-color: #B03FB0; }
span { border-color: rgb(176,63,176); }
td.TdClassName
{
border-color: #B03FB0;
}
.TagClassName
{
border-color: #B03FB0;
}
</style>