Shades of Heliotrope #BC60FD
Tints of Heliotrope #BC60FD
RGB
CMYK
RGB Variations
Color information
#BC60FD (or 0xBC60FD) is known color: Heliotrope. HEX triplet: BC, 60 and FD. RGB value is (188,96,253). Sum of RGB (Red+Green+Blue) = 188+96+253=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60FD is #439F02. Grayscale: #8C8C8C. Windows color (decimal): -4431619 or 16605372. OLE color: 16605372.
HSL color Cylindrical-coordinate representation of color #BC60FD: hue angle of 275.16º 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 #BC60FD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 96 | 253 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 275.16º | 0.98% | 0.68% | - |
| HSV(B) | 275.16º | 0.62% | 0.99% | - |
| XYZ | 42.65 | 26.15 | 95.73 | - |
| YUV | 141.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 253 | 0.26 | 0.62 | 0 | 0.01 | 275.16 | 0.98 | 0.68 |
| Hex | BC | 60 | FD | 1A | 3E | 0 | 1 | 113 | 62 | 44 |
| Octal | 274 | 140 | 375 | 32 | 76 | 0 | 1 | 423 | 142 | 104 |
| Binary | 10111100 | 1100000 | 11111101 | 11010 | 111110 | 0 | 1 | 100010011 | 1100010 | 1000100 |
Color Harmonies of #BC60FD
Complementary color
Monochromatic Colors of #BC60FD
Black with #BC60FD
Text Example
Text Example
White with #BC60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60FD; }
p { color: rgb(188,96,253); }
H1.HeaderClassName
{
color: #BC60FD;
}
.AnyTagClassName
{
color: #BC60FD;
}
</style>
background-color css
<style>
a { background-color: #BC60FD; }
a { background-color: rgb(188,96,253); }
div.DivClassName
{
background-color: #BC60FD;
}
.BgClassName
{
background-color: #BC60FD;
}
</style>
border-color css
<style>
span { border-color: #BC60FD; }
span { border-color: rgb(188,96,253); }
td.TdClassName
{
border-color: #BC60FD;
}
.TagClassName
{
border-color: #BC60FD;
}
</style>