Shades of Heliotrope #BC5FFD
Tints of Heliotrope #BC5FFD
RGB
CMYK
RGB Variations
Color information
#BC5FFD (or 0xBC5FFD) is known color: Heliotrope. HEX triplet: BC, 5F and FD. RGB value is (188,95,253). Sum of RGB (Red+Green+Blue) = 188+95+253=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFD is #43A002. Grayscale: #8C8C8C. Windows color (decimal): -4431875 or 16605116. OLE color: 16605116.
HSL color Cylindrical-coordinate representation of color #BC5FFD: hue angle of 275.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5FFD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 95 | 253 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 275.32º | 0.98% | 0.68% | - |
| HSV(B) | 275.32º | 0.62% | 0.99% | - |
| XYZ | 42.56 | 25.97 | 95.7 | - |
| YUV | 140.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 253 | 0.26 | 0.62 | 0 | 0.01 | 275.32 | 0.98 | 0.68 |
| Hex | BC | 5F | FD | 1A | 3E | 0 | 1 | 113 | 62 | 44 |
| Octal | 274 | 137 | 375 | 32 | 76 | 0 | 1 | 423 | 142 | 104 |
| Binary | 10111100 | 1011111 | 11111101 | 11010 | 111110 | 0 | 1 | 100010011 | 1100010 | 1000100 |
Color Harmonies of #BC5FFD
Complementary color
Monochromatic Colors of #BC5FFD
Black with #BC5FFD
Text Example
Text Example
White with #BC5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FFD; }
p { color: rgb(188,95,253); }
H1.HeaderClassName
{
color: #BC5FFD;
}
.AnyTagClassName
{
color: #BC5FFD;
}
</style>
background-color css
<style>
a { background-color: #BC5FFD; }
a { background-color: rgb(188,95,253); }
div.DivClassName
{
background-color: #BC5FFD;
}
.BgClassName
{
background-color: #BC5FFD;
}
</style>
border-color css
<style>
span { border-color: #BC5FFD; }
span { border-color: rgb(188,95,253); }
td.TdClassName
{
border-color: #BC5FFD;
}
.TagClassName
{
border-color: #BC5FFD;
}
</style>