Shades of Heliotrope #BC5CFF
Tints of Heliotrope #BC5CFF
RGB
CMYK
RGB Variations
Color information
#BC5CFF (or 0xBC5CFF) is known color: Heliotrope. HEX triplet: BC, 5C and FF. RGB value is (188,92,255). Sum of RGB (Red+Green+Blue) = 188+92+255=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFF is #43A300. Grayscale: #8A8A8A. Windows color (decimal): -4432641 or 16735420. OLE color: 16735420.
HSL color Cylindrical-coordinate representation of color #BC5CFF: hue angle of 275.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5CFF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 92 | 255 | - |
| CMYK | 0.26 | 0.64 | 0 | 0 |
| HSL | 275.34º | 1% | 0.68% | - |
| HSV(B) | 275.34º | 0.64% | 1% | - |
| XYZ | 42.62 | 25.57 | 97.3 | - |
| YUV | 139.29 | 193.3 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 255 | 0.26 | 0.64 | 0 | 0 | 275.34 | 1 | 0.68 |
| Hex | BC | 5C | FF | 1A | 40 | 0 | 0 | 113 | 64 | 44 |
| Octal | 274 | 134 | 377 | 32 | 100 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111100 | 1011100 | 11111111 | 11010 | 1000000 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BC5CFF
Complementary color
Monochromatic Colors of #BC5CFF
Black with #BC5CFF
Text Example
Text Example
White with #BC5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CFF; }
p { color: rgb(188,92,255); }
H1.HeaderClassName
{
color: #BC5CFF;
}
.AnyTagClassName
{
color: #BC5CFF;
}
</style>
background-color css
<style>
a { background-color: #BC5CFF; }
a { background-color: rgb(188,92,255); }
div.DivClassName
{
background-color: #BC5CFF;
}
.BgClassName
{
background-color: #BC5CFF;
}
</style>
border-color css
<style>
span { border-color: #BC5CFF; }
span { border-color: rgb(188,92,255); }
td.TdClassName
{
border-color: #BC5CFF;
}
.TagClassName
{
border-color: #BC5CFF;
}
</style>