Shades of Fuchsia #B03CB6
Tints of Fuchsia #B03CB6
RGB
CMYK
RGB Variations
Color information
#B03CB6 (or 0xB03CB6) is known color: Fuchsia. HEX triplet: B0, 3C and B6. RGB value is (176,60,182). Sum of RGB (Red+Green+Blue) = 176+60+182=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #B03CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CB6 is #4FC349. Grayscale: #6C6C6C. Windows color (decimal): -5227338 or 11943088. OLE color: 11943088.
HSL color Cylindrical-coordinate representation of color #B03CB6: hue angle of 297.05º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03CB6 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 60 | 182 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.29 |
| HSL | 297.05º | 0.5% | 0.47% | - |
| HSV(B) | 297.05º | 0.67% | 0.71% | - |
| XYZ | 27.96 | 15.84 | 45.84 | - |
| YUV | 108.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 182 | 0.03 | 0.67 | 0 | 0.29 | 297.05 | 0.5 | 0.47 |
| Hex | B0 | 3C | B6 | 3 | 43 | 0 | 1D | 129 | 32 | 2F |
| Octal | 260 | 74 | 266 | 3 | 103 | 0 | 35 | 451 | 62 | 57 |
| Binary | 10110000 | 111100 | 10110110 | 11 | 1000011 | 0 | 11101 | 100101001 | 110010 | 101111 |
Color Harmonies of #B03CB6
Complementary color
Monochromatic Colors of #B03CB6
Black with #B03CB6
Text Example
Text Example
White with #B03CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CB6; }
p { color: rgb(176,60,182); }
H1.HeaderClassName
{
color: #B03CB6;
}
.AnyTagClassName
{
color: #B03CB6;
}
</style>
background-color css
<style>
a { background-color: #B03CB6; }
a { background-color: rgb(176,60,182); }
div.DivClassName
{
background-color: #B03CB6;
}
.BgClassName
{
background-color: #B03CB6;
}
</style>
border-color css
<style>
span { border-color: #B03CB6; }
span { border-color: rgb(176,60,182); }
td.TdClassName
{
border-color: #B03CB6;
}
.TagClassName
{
border-color: #B03CB6;
}
</style>