Shades of Heliotrope #BF6BFC
Tints of Heliotrope #BF6BFC
RGB
CMYK
RGB Variations
Color information
#BF6BFC (or 0xBF6BFC) is known color: Heliotrope. HEX triplet: BF, 6B and FC. RGB value is (191,107,252). Sum of RGB (Red+Green+Blue) = 191+107+252=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFC is #409403. Grayscale: #949494. Windows color (decimal): -4232196 or 16542655. OLE color: 16542655.
HSL color Cylindrical-coordinate representation of color #BF6BFC: hue angle of 274.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6BFC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 107 | 252 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.01 |
| HSL | 274.76º | 0.96% | 0.7% | - |
| HSV(B) | 274.76º | 0.58% | 0.99% | - |
| XYZ | 44.31 | 28.62 | 95.28 | - |
| YUV | 148.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 252 | 0.24 | 0.58 | 0 | 0.01 | 274.76 | 0.96 | 0.7 |
| Hex | BF | 6B | FC | 18 | 3A | 0 | 1 | 113 | 60 | 46 |
| Octal | 277 | 153 | 374 | 30 | 72 | 0 | 1 | 423 | 140 | 106 |
| Binary | 10111111 | 1101011 | 11111100 | 11000 | 111010 | 0 | 1 | 100010011 | 1100000 | 1000110 |
Color Harmonies of #BF6BFC
Complementary color
Monochromatic Colors of #BF6BFC
Black with #BF6BFC
Text Example
Text Example
White with #BF6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BFC; }
p { color: rgb(191,107,252); }
H1.HeaderClassName
{
color: #BF6BFC;
}
.AnyTagClassName
{
color: #BF6BFC;
}
</style>
background-color css
<style>
a { background-color: #BF6BFC; }
a { background-color: rgb(191,107,252); }
div.DivClassName
{
background-color: #BF6BFC;
}
.BgClassName
{
background-color: #BF6BFC;
}
</style>
border-color css
<style>
span { border-color: #BF6BFC; }
span { border-color: rgb(191,107,252); }
td.TdClassName
{
border-color: #BF6BFC;
}
.TagClassName
{
border-color: #BF6BFC;
}
</style>