Shades of Heliotrope #BC60FB
Tints of Heliotrope #BC60FB
RGB
CMYK
RGB Variations
Color information
#BC60FB (or 0xBC60FB) is known color: Heliotrope. HEX triplet: BC, 60 and FB. RGB value is (188,96,251). Sum of RGB (Red+Green+Blue) = 188+96+251=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60FB is #439F04. Grayscale: #8C8C8C. Windows color (decimal): -4431621 or 16474300. OLE color: 16474300.
HSL color Cylindrical-coordinate representation of color #BC60FB: hue angle of 275.61º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC60FB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 96 | 251 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.02 |
| HSL | 275.61º | 0.95% | 0.68% | - |
| HSV(B) | 275.61º | 0.62% | 0.98% | - |
| XYZ | 42.33 | 26.02 | 94.06 | - |
| YUV | 141.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 251 | 0.25 | 0.62 | 0 | 0.02 | 275.61 | 0.95 | 0.68 |
| Hex | BC | 60 | FB | 19 | 3E | 0 | 2 | 114 | 5F | 44 |
| Octal | 274 | 140 | 373 | 31 | 76 | 0 | 2 | 424 | 137 | 104 |
| Binary | 10111100 | 1100000 | 11111011 | 11001 | 111110 | 0 | 10 | 100010100 | 1011111 | 1000100 |
Color Harmonies of #BC60FB
Complementary color
Monochromatic Colors of #BC60FB
Black with #BC60FB
Text Example
Text Example
White with #BC60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60FB; }
p { color: rgb(188,96,251); }
H1.HeaderClassName
{
color: #BC60FB;
}
.AnyTagClassName
{
color: #BC60FB;
}
</style>
background-color css
<style>
a { background-color: #BC60FB; }
a { background-color: rgb(188,96,251); }
div.DivClassName
{
background-color: #BC60FB;
}
.BgClassName
{
background-color: #BC60FB;
}
</style>
border-color css
<style>
span { border-color: #BC60FB; }
span { border-color: rgb(188,96,251); }
td.TdClassName
{
border-color: #BC60FB;
}
.TagClassName
{
border-color: #BC60FB;
}
</style>