Shades of Heliotrope #BF6BFE
Tints of Heliotrope #BF6BFE
RGB
CMYK
RGB Variations
Color information
#BF6BFE (or 0xBF6BFE) is known color: Heliotrope. HEX triplet: BF, 6B and FE. RGB value is (191,107,254). Sum of RGB (Red+Green+Blue) = 191+107+254=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFE is #409401. Grayscale: #949494. Windows color (decimal): -4232194 or 16673727. OLE color: 16673727.
HSL color Cylindrical-coordinate representation of color #BF6BFE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6BFE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 107 | 254 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.00 |
| HSL | 274.29º | 0.99% | 0.71% | - |
| HSV(B) | 274.29º | 0.58% | 1% | - |
| XYZ | 44.63 | 28.75 | 96.96 | - |
| YUV | 148.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 254 | 0.25 | 0.58 | 0 | 0.00 | 274.29 | 0.99 | 0.71 |
| Hex | BF | 6B | FE | 19 | 3A | 0 | 0 | 112 | 63 | 47 |
| Octal | 277 | 153 | 376 | 31 | 72 | 0 | 0 | 422 | 143 | 107 |
| Binary | 10111111 | 1101011 | 11111110 | 11001 | 111010 | 0 | 0 | 100010010 | 1100011 | 1000111 |
Color Harmonies of #BF6BFE
Complementary color
Monochromatic Colors of #BF6BFE
Black with #BF6BFE
Text Example
Text Example
White with #BF6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BFE; }
p { color: rgb(191,107,254); }
H1.HeaderClassName
{
color: #BF6BFE;
}
.AnyTagClassName
{
color: #BF6BFE;
}
</style>
background-color css
<style>
a { background-color: #BF6BFE; }
a { background-color: rgb(191,107,254); }
div.DivClassName
{
background-color: #BF6BFE;
}
.BgClassName
{
background-color: #BF6BFE;
}
</style>
border-color css
<style>
span { border-color: #BF6BFE; }
span { border-color: rgb(191,107,254); }
td.TdClassName
{
border-color: #BF6BFE;
}
.TagClassName
{
border-color: #BF6BFE;
}
</style>