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