Shades of Fuchsia #B03FC0
Tints of Fuchsia #B03FC0
RGB
CMYK
RGB Variations
Color information
#B03FC0 (or 0xB03FC0) is known color: Fuchsia. HEX triplet: B0, 3F and C0. RGB value is (176,63,192). Sum of RGB (Red+Green+Blue) = 176+63+192=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #B03FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FC0 is #4FC03F. Grayscale: #6F6F6F. Windows color (decimal): -5226560 or 12599216. OLE color: 12599216.
HSL color Cylindrical-coordinate representation of color #B03FC0: hue angle of 292.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03FC0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 63 | 192 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.25 |
| HSL | 292.56º | 0.51% | 0.5% | - |
| HSV(B) | 292.56º | 0.67% | 0.75% | - |
| XYZ | 29.2 | 16.59 | 51.53 | - |
| YUV | 111.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 192 | 0.08 | 0.67 | 0 | 0.25 | 292.56 | 0.51 | 0.5 |
| Hex | B0 | 3F | C0 | 8 | 43 | 0 | 19 | 125 | 33 | 32 |
| Octal | 260 | 77 | 300 | 10 | 103 | 0 | 31 | 445 | 63 | 62 |
| Binary | 10110000 | 111111 | 11000000 | 1000 | 1000011 | 0 | 11001 | 100100101 | 110011 | 110010 |
Color Harmonies of #B03FC0
Complementary color
Monochromatic Colors of #B03FC0
Black with #B03FC0
Text Example
Text Example
White with #B03FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03FC0; }
p { color: rgb(176,63,192); }
H1.HeaderClassName
{
color: #B03FC0;
}
.AnyTagClassName
{
color: #B03FC0;
}
</style>
background-color css
<style>
a { background-color: #B03FC0; }
a { background-color: rgb(176,63,192); }
div.DivClassName
{
background-color: #B03FC0;
}
.BgClassName
{
background-color: #B03FC0;
}
</style>
border-color css
<style>
span { border-color: #B03FC0; }
span { border-color: rgb(176,63,192); }
td.TdClassName
{
border-color: #B03FC0;
}
.TagClassName
{
border-color: #B03FC0;
}
</style>