Shades of Fuchsia #BC27B7
Tints of Fuchsia #BC27B7
RGB
CMYK
RGB Variations
Color information
#BC27B7 (or 0xBC27B7) is known color: Fuchsia. HEX triplet: BC, 27 and B7. RGB value is (188,39,183). Sum of RGB (Red+Green+Blue) = 188+39+183=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27B7 is #43D848. Grayscale: #636363. Windows color (decimal): -4446281 or 12003260. OLE color: 12003260.
HSL color Cylindrical-coordinate representation of color #BC27B7: hue angle of 302.01º 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 #BC27B7 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 183 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.26 |
| HSL | 302.01º | 0.66% | 0.45% | - |
| HSV(B) | 302.01º | 0.79% | 0.74% | - |
| XYZ | 30.01 | 15.56 | 46.22 | - |
| YUV | 99.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 183 | 0 | 0.79 | 0.03 | 0.26 | 302.01 | 0.66 | 0.45 |
| Hex | BC | 27 | B7 | 0 | 4F | 3 | 1A | 12E | 42 | 2D |
| Octal | 274 | 47 | 267 | 0 | 117 | 3 | 32 | 456 | 102 | 55 |
| Binary | 10111100 | 100111 | 10110111 | 0 | 1001111 | 11 | 11010 | 100101110 | 1000010 | 101101 |
Color Harmonies of #BC27B7
Complementary color
Monochromatic Colors of #BC27B7
Black with #BC27B7
Text Example
Text Example
White with #BC27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27B7; }
p { color: rgb(188,39,183); }
H1.HeaderClassName
{
color: #BC27B7;
}
.AnyTagClassName
{
color: #BC27B7;
}
</style>
background-color css
<style>
a { background-color: #BC27B7; }
a { background-color: rgb(188,39,183); }
div.DivClassName
{
background-color: #BC27B7;
}
.BgClassName
{
background-color: #BC27B7;
}
</style>
border-color css
<style>
span { border-color: #BC27B7; }
span { border-color: rgb(188,39,183); }
td.TdClassName
{
border-color: #BC27B7;
}
.TagClassName
{
border-color: #BC27B7;
}
</style>