Shades of Fuchsia #BC30BE
Tints of Fuchsia #BC30BE
RGB
CMYK
RGB Variations
Color information
#BC30BE (or 0xBC30BE) is known color: Fuchsia. HEX triplet: BC, 30 and BE. RGB value is (188,48,190). Sum of RGB (Red+Green+Blue) = 188+48+190=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30BE is #43CF41. Grayscale: #696969. Windows color (decimal): -4443970 or 12464316. OLE color: 12464316.
HSL color Cylindrical-coordinate representation of color #BC30BE: hue angle of 299.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC30BE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 48 | 190 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.25 |
| HSL | 299.15º | 0.6% | 0.47% | - |
| HSV(B) | 299.15º | 0.75% | 0.75% | - |
| XYZ | 31.09 | 16.52 | 50.27 | - |
| YUV | 106.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 190 | 0.01 | 0.75 | 0 | 0.25 | 299.15 | 0.6 | 0.47 |
| Hex | BC | 30 | BE | 1 | 4B | 0 | 19 | 12B | 3C | 2F |
| Octal | 274 | 60 | 276 | 1 | 113 | 0 | 31 | 453 | 74 | 57 |
| Binary | 10111100 | 110000 | 10111110 | 1 | 1001011 | 0 | 11001 | 100101011 | 111100 | 101111 |
Color Harmonies of #BC30BE
Complementary color
Monochromatic Colors of #BC30BE
Black with #BC30BE
Text Example
Text Example
White with #BC30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30BE; }
p { color: rgb(188,48,190); }
H1.HeaderClassName
{
color: #BC30BE;
}
.AnyTagClassName
{
color: #BC30BE;
}
</style>
background-color css
<style>
a { background-color: #BC30BE; }
a { background-color: rgb(188,48,190); }
div.DivClassName
{
background-color: #BC30BE;
}
.BgClassName
{
background-color: #BC30BE;
}
</style>
border-color css
<style>
span { border-color: #BC30BE; }
span { border-color: rgb(188,48,190); }
td.TdClassName
{
border-color: #BC30BE;
}
.TagClassName
{
border-color: #BC30BE;
}
</style>