Shades of Heliotrope #BC65F7
Tints of Heliotrope #BC65F7
RGB
CMYK
RGB Variations
Color information
#BC65F7 (or 0xBC65F7) is known color: Heliotrope. HEX triplet: BC, 65 and F7. RGB value is (188,101,247). Sum of RGB (Red+Green+Blue) = 188+101+247=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC65F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F7 is #439A08. Grayscale: #8F8F8F. Windows color (decimal): -4430345 or 16213436. OLE color: 16213436.
HSL color Cylindrical-coordinate representation of color #BC65F7: hue angle of 275.75º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC65F7 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 101 | 247 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.03 |
| HSL | 275.75º | 0.9% | 0.68% | - |
| HSV(B) | 275.75º | 0.59% | 0.97% | - |
| XYZ | 42.18 | 26.71 | 90.93 | - |
| YUV | 143.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 247 | 0.24 | 0.59 | 0 | 0.03 | 275.75 | 0.9 | 0.68 |
| Hex | BC | 65 | F7 | 18 | 3B | 0 | 3 | 114 | 5A | 44 |
| Octal | 274 | 145 | 367 | 30 | 73 | 0 | 3 | 424 | 132 | 104 |
| Binary | 10111100 | 1100101 | 11110111 | 11000 | 111011 | 0 | 11 | 100010100 | 1011010 | 1000100 |
Color Harmonies of #BC65F7
Complementary color
Monochromatic Colors of #BC65F7
Black with #BC65F7
Text Example
Text Example
White with #BC65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65F7; }
p { color: rgb(188,101,247); }
H1.HeaderClassName
{
color: #BC65F7;
}
.AnyTagClassName
{
color: #BC65F7;
}
</style>
background-color css
<style>
a { background-color: #BC65F7; }
a { background-color: rgb(188,101,247); }
div.DivClassName
{
background-color: #BC65F7;
}
.BgClassName
{
background-color: #BC65F7;
}
</style>
border-color css
<style>
span { border-color: #BC65F7; }
span { border-color: rgb(188,101,247); }
td.TdClassName
{
border-color: #BC65F7;
}
.TagClassName
{
border-color: #BC65F7;
}
</style>