Shades of Heliotrope #BC5CFD
Tints of Heliotrope #BC5CFD
RGB
CMYK
RGB Variations
Color information
#BC5CFD (or 0xBC5CFD) is known color: Heliotrope. HEX triplet: BC, 5C and FD. RGB value is (188,92,253). Sum of RGB (Red+Green+Blue) = 188+92+253=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFD is #43A302. Grayscale: #8A8A8A. Windows color (decimal): -4432643 or 16604348. OLE color: 16604348.
HSL color Cylindrical-coordinate representation of color #BC5CFD: hue angle of 275.78º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5CFD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 92 | 253 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.01 |
| HSL | 275.78º | 0.98% | 0.68% | - |
| HSV(B) | 275.78º | 0.64% | 0.99% | - |
| XYZ | 42.3 | 25.44 | 95.61 | - |
| YUV | 139.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 253 | 0.26 | 0.64 | 0 | 0.01 | 275.78 | 0.98 | 0.68 |
| Hex | BC | 5C | FD | 1A | 40 | 0 | 1 | 114 | 62 | 44 |
| Octal | 274 | 134 | 375 | 32 | 100 | 0 | 1 | 424 | 142 | 104 |
| Binary | 10111100 | 1011100 | 11111101 | 11010 | 1000000 | 0 | 1 | 100010100 | 1100010 | 1000100 |
Color Harmonies of #BC5CFD
Complementary color
Monochromatic Colors of #BC5CFD
Black with #BC5CFD
Text Example
Text Example
White with #BC5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CFD; }
p { color: rgb(188,92,253); }
H1.HeaderClassName
{
color: #BC5CFD;
}
.AnyTagClassName
{
color: #BC5CFD;
}
</style>
background-color css
<style>
a { background-color: #BC5CFD; }
a { background-color: rgb(188,92,253); }
div.DivClassName
{
background-color: #BC5CFD;
}
.BgClassName
{
background-color: #BC5CFD;
}
</style>
border-color css
<style>
span { border-color: #BC5CFD; }
span { border-color: rgb(188,92,253); }
td.TdClassName
{
border-color: #BC5CFD;
}
.TagClassName
{
border-color: #BC5CFD;
}
</style>