Shades of Fuchsia #BC30B7
Tints of Fuchsia #BC30B7
RGB
CMYK
RGB Variations
Color information
#BC30B7 (or 0xBC30B7) is known color: Fuchsia. HEX triplet: BC, 30 and B7. RGB value is (188,48,183). Sum of RGB (Red+Green+Blue) = 188+48+183=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30B7 is #43CF48. Grayscale: #686868. Windows color (decimal): -4443977 or 12005564. OLE color: 12005564.
HSL color Cylindrical-coordinate representation of color #BC30B7: hue angle of 302.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC30B7 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 183 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.26 |
| HSL | 302.14º | 0.59% | 0.46% | - |
| HSV(B) | 302.14º | 0.74% | 0.74% | - |
| XYZ | 30.34 | 16.22 | 46.33 | - |
| YUV | 105.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 183 | 0 | 0.74 | 0.03 | 0.26 | 302.14 | 0.59 | 0.46 |
| Hex | BC | 30 | B7 | 0 | 4A | 3 | 1A | 12E | 3B | 2E |
| Octal | 274 | 60 | 267 | 0 | 112 | 3 | 32 | 456 | 73 | 56 |
| Binary | 10111100 | 110000 | 10110111 | 0 | 1001010 | 11 | 11010 | 100101110 | 111011 | 101110 |
Color Harmonies of #BC30B7
Complementary color
Monochromatic Colors of #BC30B7
Black with #BC30B7
Text Example
Text Example
White with #BC30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30B7; }
p { color: rgb(188,48,183); }
H1.HeaderClassName
{
color: #BC30B7;
}
.AnyTagClassName
{
color: #BC30B7;
}
</style>
background-color css
<style>
a { background-color: #BC30B7; }
a { background-color: rgb(188,48,183); }
div.DivClassName
{
background-color: #BC30B7;
}
.BgClassName
{
background-color: #BC30B7;
}
</style>
border-color css
<style>
span { border-color: #BC30B7; }
span { border-color: rgb(188,48,183); }
td.TdClassName
{
border-color: #BC30B7;
}
.TagClassName
{
border-color: #BC30B7;
}
</style>