Shades of Fuchsia #BC30C7
Tints of Fuchsia #BC30C7
RGB
CMYK
RGB Variations
Color information
#BC30C7 (or 0xBC30C7) is known color: Fuchsia. HEX triplet: BC, 30 and C7. RGB value is (188,48,199). Sum of RGB (Red+Green+Blue) = 188+48+199=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30C7 is #43CF38. Grayscale: #6A6A6A. Windows color (decimal): -4443961 or 13054140. OLE color: 13054140.
HSL color Cylindrical-coordinate representation of color #BC30C7: hue angle of 295.63º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC30C7 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 48 | 199 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.22 |
| HSL | 295.63º | 0.61% | 0.48% | - |
| HSV(B) | 295.63º | 0.76% | 0.78% | - |
| XYZ | 32.1 | 16.93 | 55.61 | - |
| YUV | 107.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 199 | 0.06 | 0.76 | 0 | 0.22 | 295.63 | 0.61 | 0.48 |
| Hex | BC | 30 | C7 | 6 | 4C | 0 | 16 | 128 | 3D | 30 |
| Octal | 274 | 60 | 307 | 6 | 114 | 0 | 26 | 450 | 75 | 60 |
| Binary | 10111100 | 110000 | 11000111 | 110 | 1001100 | 0 | 10110 | 100101000 | 111101 | 110000 |
Color Harmonies of #BC30C7
Complementary color
Monochromatic Colors of #BC30C7
Black with #BC30C7
Text Example
Text Example
White with #BC30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30C7; }
p { color: rgb(188,48,199); }
H1.HeaderClassName
{
color: #BC30C7;
}
.AnyTagClassName
{
color: #BC30C7;
}
</style>
background-color css
<style>
a { background-color: #BC30C7; }
a { background-color: rgb(188,48,199); }
div.DivClassName
{
background-color: #BC30C7;
}
.BgClassName
{
background-color: #BC30C7;
}
</style>
border-color css
<style>
span { border-color: #BC30C7; }
span { border-color: rgb(188,48,199); }
td.TdClassName
{
border-color: #BC30C7;
}
.TagClassName
{
border-color: #BC30C7;
}
</style>