Shades of Heliotrope #BF6CEF
Tints of Heliotrope #BF6CEF
RGB
CMYK
RGB Variations
Color information
#BF6CEF (or 0xBF6CEF) is known color: Heliotrope. HEX triplet: BF, 6C and EF. RGB value is (191,108,239). Sum of RGB (Red+Green+Blue) = 191+108+239=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CEF is #409310. Grayscale: #939393. Windows color (decimal): -4231953 or 15690943. OLE color: 15690943.
HSL color Cylindrical-coordinate representation of color #BF6CEF: hue angle of 278.02º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6CEF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 108 | 239 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.06 |
| HSL | 278.02º | 0.8% | 0.68% | - |
| HSV(B) | 278.02º | 0.55% | 0.94% | - |
| XYZ | 42.43 | 28.03 | 84.84 | - |
| YUV | 147.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 239 | 0.20 | 0.55 | 0 | 0.06 | 278.02 | 0.8 | 0.68 |
| Hex | BF | 6C | EF | 14 | 37 | 0 | 6 | 116 | 50 | 44 |
| Octal | 277 | 154 | 357 | 24 | 67 | 0 | 6 | 426 | 120 | 104 |
| Binary | 10111111 | 1101100 | 11101111 | 10100 | 110111 | 0 | 110 | 100010110 | 1010000 | 1000100 |
Color Harmonies of #BF6CEF
Complementary color
Monochromatic Colors of #BF6CEF
Black with #BF6CEF
Text Example
Text Example
White with #BF6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CEF; }
p { color: rgb(191,108,239); }
H1.HeaderClassName
{
color: #BF6CEF;
}
.AnyTagClassName
{
color: #BF6CEF;
}
</style>
background-color css
<style>
a { background-color: #BF6CEF; }
a { background-color: rgb(191,108,239); }
div.DivClassName
{
background-color: #BF6CEF;
}
.BgClassName
{
background-color: #BF6CEF;
}
</style>
border-color css
<style>
span { border-color: #BF6CEF; }
span { border-color: rgb(191,108,239); }
td.TdClassName
{
border-color: #BF6CEF;
}
.TagClassName
{
border-color: #BF6CEF;
}
</style>