Shades of Fuchsia #BC30BC
Tints of Fuchsia #BC30BC
RGB
CMYK
RGB Variations
Color information
#BC30BC (or 0xBC30BC) is known color: Fuchsia. HEX triplet: BC, 30 and BC. RGB value is (188,48,188). Sum of RGB (Red+Green+Blue) = 188+48+188=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30BC is #43CF43. Grayscale: #696969. Windows color (decimal): -4443972 or 12333244. OLE color: 12333244.
HSL color Cylindrical-coordinate representation of color #BC30BC: hue angle of 300º 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 #BC30BC is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 188 | - |
| CMYK | 0 | 0.74 | 0 | 0.26 |
| HSL | 300º | 0.59% | 0.46% | - |
| HSV(B) | 300º | 0.74% | 0.74% | - |
| XYZ | 30.87 | 16.44 | 49.12 | - |
| YUV | 105.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 188 | 0 | 0.74 | 0 | 0.26 | 300 | 0.59 | 0.46 |
| Hex | BC | 30 | BC | 0 | 4A | 0 | 1A | 12C | 3B | 2E |
| Octal | 274 | 60 | 274 | 0 | 112 | 0 | 32 | 454 | 73 | 56 |
| Binary | 10111100 | 110000 | 10111100 | 0 | 1001010 | 0 | 11010 | 100101100 | 111011 | 101110 |
Color Harmonies of #BC30BC
Complementary color
Monochromatic Colors of #BC30BC
Black with #BC30BC
Text Example
Text Example
White with #BC30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30BC; }
p { color: rgb(188,48,188); }
H1.HeaderClassName
{
color: #BC30BC;
}
.AnyTagClassName
{
color: #BC30BC;
}
</style>
background-color css
<style>
a { background-color: #BC30BC; }
a { background-color: rgb(188,48,188); }
div.DivClassName
{
background-color: #BC30BC;
}
.BgClassName
{
background-color: #BC30BC;
}
</style>
border-color css
<style>
span { border-color: #BC30BC; }
span { border-color: rgb(188,48,188); }
td.TdClassName
{
border-color: #BC30BC;
}
.TagClassName
{
border-color: #BC30BC;
}
</style>