Shades of Fuchsia #B03CC2
Tints of Fuchsia #B03CC2
RGB
CMYK
RGB Variations
Color information
#B03CC2 (or 0xB03CC2) is known color: Fuchsia. HEX triplet: B0, 3C and C2. RGB value is (176,60,194). Sum of RGB (Red+Green+Blue) = 176+60+194=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #B03CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CC2 is #4FC33D. Grayscale: #6D6D6D. Windows color (decimal): -5227326 or 12729520. OLE color: 12729520.
HSL color Cylindrical-coordinate representation of color #B03CC2: hue angle of 291.94º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03CC2 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 60 | 194 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.24 |
| HSL | 291.94º | 0.53% | 0.5% | - |
| HSV(B) | 291.94º | 0.69% | 0.76% | - |
| XYZ | 29.26 | 16.36 | 52.65 | - |
| YUV | 109.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 194 | 0.09 | 0.69 | 0 | 0.24 | 291.94 | 0.53 | 0.5 |
| Hex | B0 | 3C | C2 | 9 | 45 | 0 | 18 | 124 | 35 | 32 |
| Octal | 260 | 74 | 302 | 11 | 105 | 0 | 30 | 444 | 65 | 62 |
| Binary | 10110000 | 111100 | 11000010 | 1001 | 1000101 | 0 | 11000 | 100100100 | 110101 | 110010 |
Color Harmonies of #B03CC2
Complementary color
Monochromatic Colors of #B03CC2
Black with #B03CC2
Text Example
Text Example
White with #B03CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CC2; }
p { color: rgb(176,60,194); }
H1.HeaderClassName
{
color: #B03CC2;
}
.AnyTagClassName
{
color: #B03CC2;
}
</style>
background-color css
<style>
a { background-color: #B03CC2; }
a { background-color: rgb(176,60,194); }
div.DivClassName
{
background-color: #B03CC2;
}
.BgClassName
{
background-color: #B03CC2;
}
</style>
border-color css
<style>
span { border-color: #B03CC2; }
span { border-color: rgb(176,60,194); }
td.TdClassName
{
border-color: #B03CC2;
}
.TagClassName
{
border-color: #B03CC2;
}
</style>