Shades of Heliotrope #BF6CFC
Tints of Heliotrope #BF6CFC
RGB
CMYK
RGB Variations
Color information
#BF6CFC (or 0xBF6CFC) is known color: Heliotrope. HEX triplet: BF, 6C and FC. RGB value is (191,108,252). Sum of RGB (Red+Green+Blue) = 191+108+252=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CFC is #409303. Grayscale: #949494. Windows color (decimal): -4231940 or 16542911. OLE color: 16542911.
HSL color Cylindrical-coordinate representation of color #BF6CFC: hue angle of 274.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6CFC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 108 | 252 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.01 |
| HSL | 274.58º | 0.96% | 0.71% | - |
| HSV(B) | 274.58º | 0.57% | 0.99% | - |
| XYZ | 44.42 | 28.83 | 95.32 | - |
| YUV | 149.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 252 | 0.24 | 0.57 | 0 | 0.01 | 274.58 | 0.96 | 0.71 |
| Hex | BF | 6C | FC | 18 | 39 | 0 | 1 | 113 | 60 | 47 |
| Octal | 277 | 154 | 374 | 30 | 71 | 0 | 1 | 423 | 140 | 107 |
| Binary | 10111111 | 1101100 | 11111100 | 11000 | 111001 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #BF6CFC
Complementary color
Monochromatic Colors of #BF6CFC
Black with #BF6CFC
Text Example
Text Example
White with #BF6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CFC; }
p { color: rgb(191,108,252); }
H1.HeaderClassName
{
color: #BF6CFC;
}
.AnyTagClassName
{
color: #BF6CFC;
}
</style>
background-color css
<style>
a { background-color: #BF6CFC; }
a { background-color: rgb(191,108,252); }
div.DivClassName
{
background-color: #BF6CFC;
}
.BgClassName
{
background-color: #BF6CFC;
}
</style>
border-color css
<style>
span { border-color: #BF6CFC; }
span { border-color: rgb(191,108,252); }
td.TdClassName
{
border-color: #BF6CFC;
}
.TagClassName
{
border-color: #BF6CFC;
}
</style>