Shades of Fuchsia #B03FB5
Tints of Fuchsia #B03FB5
RGB
CMYK
RGB Variations
Color information
#B03FB5 (or 0xB03FB5) is known color: Fuchsia. HEX triplet: B0, 3F and B5. RGB value is (176,63,181). Sum of RGB (Red+Green+Blue) = 176+63+181=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #B03FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FB5 is #4FC04A. Grayscale: #6D6D6D. Windows color (decimal): -5226571 or 11878320. OLE color: 11878320.
HSL color Cylindrical-coordinate representation of color #B03FB5: hue angle of 297.46º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03FB5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 63 | 181 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.29 |
| HSL | 297.46º | 0.48% | 0.48% | - |
| HSV(B) | 297.46º | 0.65% | 0.71% | - |
| XYZ | 28.02 | 16.12 | 45.35 | - |
| YUV | 110.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 181 | 0.03 | 0.65 | 0 | 0.29 | 297.46 | 0.48 | 0.48 |
| Hex | B0 | 3F | B5 | 3 | 41 | 0 | 1D | 129 | 30 | 30 |
| Octal | 260 | 77 | 265 | 3 | 101 | 0 | 35 | 451 | 60 | 60 |
| Binary | 10110000 | 111111 | 10110101 | 11 | 1000001 | 0 | 11101 | 100101001 | 110000 | 110000 |
Color Harmonies of #B03FB5
Complementary color
Monochromatic Colors of #B03FB5
Black with #B03FB5
Text Example
Text Example
White with #B03FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FB5; }
p { color: rgb(176,63,181); }
H1.HeaderClassName
{
color: #B03FB5;
}
.AnyTagClassName
{
color: #B03FB5;
}
</style>
background-color css
<style>
a { background-color: #B03FB5; }
a { background-color: rgb(176,63,181); }
div.DivClassName
{
background-color: #B03FB5;
}
.BgClassName
{
background-color: #B03FB5;
}
</style>
border-color css
<style>
span { border-color: #B03FB5; }
span { border-color: rgb(176,63,181); }
td.TdClassName
{
border-color: #B03FB5;
}
.TagClassName
{
border-color: #B03FB5;
}
</style>