Shades of Heliotrope #BC5FFF
Tints of Heliotrope #BC5FFF
RGB
CMYK
RGB Variations
Color information
#BC5FFF (or 0xBC5FFF) is known color: Heliotrope. HEX triplet: BC, 5F and FF. RGB value is (188,95,255). Sum of RGB (Red+Green+Blue) = 188+95+255=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFF is #43A000. Grayscale: #8C8C8C. Windows color (decimal): -4431873 or 16736188. OLE color: 16736188.
HSL color Cylindrical-coordinate representation of color #BC5FFF: hue angle of 274.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5FFF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 95 | 255 | - |
| CMYK | 0.26 | 0.63 | 0 | 0 |
| HSL | 274.88º | 1% | 0.69% | - |
| HSV(B) | 274.88º | 0.63% | 1% | - |
| XYZ | 42.88 | 26.1 | 97.38 | - |
| YUV | 141.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 255 | 0.26 | 0.63 | 0 | 0 | 274.88 | 1 | 0.69 |
| Hex | BC | 5F | FF | 1A | 3F | 0 | 0 | 113 | 64 | 45 |
| Octal | 274 | 137 | 377 | 32 | 77 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111100 | 1011111 | 11111111 | 11010 | 111111 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BC5FFF
Complementary color
Monochromatic Colors of #BC5FFF
Black with #BC5FFF
Text Example
Text Example
White with #BC5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FFF; }
p { color: rgb(188,95,255); }
H1.HeaderClassName
{
color: #BC5FFF;
}
.AnyTagClassName
{
color: #BC5FFF;
}
</style>
background-color css
<style>
a { background-color: #BC5FFF; }
a { background-color: rgb(188,95,255); }
div.DivClassName
{
background-color: #BC5FFF;
}
.BgClassName
{
background-color: #BC5FFF;
}
</style>
border-color css
<style>
span { border-color: #BC5FFF; }
span { border-color: rgb(188,95,255); }
td.TdClassName
{
border-color: #BC5FFF;
}
.TagClassName
{
border-color: #BC5FFF;
}
</style>