Shades of Fuchsia #BC30B9
Tints of Fuchsia #BC30B9
RGB
CMYK
RGB Variations
Color information
#BC30B9 (or 0xBC30B9) is known color: Fuchsia. HEX triplet: BC, 30 and B9. RGB value is (188,48,185). Sum of RGB (Red+Green+Blue) = 188+48+185=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30B9 is #43CF46. Grayscale: #696969. Windows color (decimal): -4443975 or 12136636. OLE color: 12136636.
HSL color Cylindrical-coordinate representation of color #BC30B9: hue angle of 301.29º 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 #BC30B9 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 185 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.26 |
| HSL | 301.29º | 0.59% | 0.46% | - |
| HSV(B) | 301.29º | 0.74% | 0.74% | - |
| XYZ | 30.55 | 16.31 | 47.44 | - |
| YUV | 105.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 185 | 0 | 0.74 | 0.02 | 0.26 | 301.29 | 0.59 | 0.46 |
| Hex | BC | 30 | B9 | 0 | 4A | 2 | 1A | 12D | 3B | 2E |
| Octal | 274 | 60 | 271 | 0 | 112 | 2 | 32 | 455 | 73 | 56 |
| Binary | 10111100 | 110000 | 10111001 | 0 | 1001010 | 10 | 11010 | 100101101 | 111011 | 101110 |
Color Harmonies of #BC30B9
Complementary color
Monochromatic Colors of #BC30B9
Black with #BC30B9
Text Example
Text Example
White with #BC30B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30B9; }
p { color: rgb(188,48,185); }
H1.HeaderClassName
{
color: #BC30B9;
}
.AnyTagClassName
{
color: #BC30B9;
}
</style>
background-color css
<style>
a { background-color: #BC30B9; }
a { background-color: rgb(188,48,185); }
div.DivClassName
{
background-color: #BC30B9;
}
.BgClassName
{
background-color: #BC30B9;
}
</style>
border-color css
<style>
span { border-color: #BC30B9; }
span { border-color: rgb(188,48,185); }
td.TdClassName
{
border-color: #BC30B9;
}
.TagClassName
{
border-color: #BC30B9;
}
</style>