Shades of Fuchsia #B03BC0
Tints of Fuchsia #B03BC0
RGB
CMYK
RGB Variations
Color information
#B03BC0 (or 0xB03BC0) is known color: Fuchsia. HEX triplet: B0, 3B and C0. RGB value is (176,59,192). Sum of RGB (Red+Green+Blue) = 176+59+192=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #B03BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BC0 is #4FC43F. Grayscale: #6C6C6C. Windows color (decimal): -5227584 or 12598192. OLE color: 12598192.
HSL color Cylindrical-coordinate representation of color #B03BC0: hue angle of 292.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03BC0 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 59 | 192 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.25 |
| HSL | 292.78º | 0.53% | 0.49% | - |
| HSV(B) | 292.78º | 0.69% | 0.75% | - |
| XYZ | 28.98 | 16.16 | 51.46 | - |
| YUV | 109.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 192 | 0.08 | 0.69 | 0 | 0.25 | 292.78 | 0.53 | 0.49 |
| Hex | B0 | 3B | C0 | 8 | 45 | 0 | 19 | 125 | 35 | 31 |
| Octal | 260 | 73 | 300 | 10 | 105 | 0 | 31 | 445 | 65 | 61 |
| Binary | 10110000 | 111011 | 11000000 | 1000 | 1000101 | 0 | 11001 | 100100101 | 110101 | 110001 |
Color Harmonies of #B03BC0
Complementary color
Monochromatic Colors of #B03BC0
Black with #B03BC0
Text Example
Text Example
White with #B03BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BC0; }
p { color: rgb(176,59,192); }
H1.HeaderClassName
{
color: #B03BC0;
}
.AnyTagClassName
{
color: #B03BC0;
}
</style>
background-color css
<style>
a { background-color: #B03BC0; }
a { background-color: rgb(176,59,192); }
div.DivClassName
{
background-color: #B03BC0;
}
.BgClassName
{
background-color: #B03BC0;
}
</style>
border-color css
<style>
span { border-color: #B03BC0; }
span { border-color: rgb(176,59,192); }
td.TdClassName
{
border-color: #B03BC0;
}
.TagClassName
{
border-color: #B03BC0;
}
</style>