Shades of Fuchsia #BC27BA
Tints of Fuchsia #BC27BA
RGB
CMYK
RGB Variations
Color information
#BC27BA (or 0xBC27BA) is known color: Fuchsia. HEX triplet: BC, 27 and BA. RGB value is (188,39,186). Sum of RGB (Red+Green+Blue) = 188+39+186=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27BA is #43D845. Grayscale: #636363. Windows color (decimal): -4446278 or 12199868. OLE color: 12199868.
HSL color Cylindrical-coordinate representation of color #BC27BA: hue angle of 300.81º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC27BA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 186 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.26 |
| HSL | 300.81º | 0.66% | 0.45% | - |
| HSV(B) | 300.81º | 0.79% | 0.74% | - |
| XYZ | 30.33 | 15.69 | 47.88 | - |
| YUV | 100.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 186 | 0 | 0.79 | 0.01 | 0.26 | 300.81 | 0.66 | 0.45 |
| Hex | BC | 27 | BA | 0 | 4F | 1 | 1A | 12D | 42 | 2D |
| Octal | 274 | 47 | 272 | 0 | 117 | 1 | 32 | 455 | 102 | 55 |
| Binary | 10111100 | 100111 | 10111010 | 0 | 1001111 | 1 | 11010 | 100101101 | 1000010 | 101101 |
Color Harmonies of #BC27BA
Complementary color
Monochromatic Colors of #BC27BA
Black with #BC27BA
Text Example
Text Example
White with #BC27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27BA; }
p { color: rgb(188,39,186); }
H1.HeaderClassName
{
color: #BC27BA;
}
.AnyTagClassName
{
color: #BC27BA;
}
</style>
background-color css
<style>
a { background-color: #BC27BA; }
a { background-color: rgb(188,39,186); }
div.DivClassName
{
background-color: #BC27BA;
}
.BgClassName
{
background-color: #BC27BA;
}
</style>
border-color css
<style>
span { border-color: #BC27BA; }
span { border-color: rgb(188,39,186); }
td.TdClassName
{
border-color: #BC27BA;
}
.TagClassName
{
border-color: #BC27BA;
}
</style>