Shades of Heliotrope #BF6FFD
Tints of Heliotrope #BF6FFD
RGB
CMYK
RGB Variations
Color information
#BF6FFD (or 0xBF6FFD) is known color: Heliotrope. HEX triplet: BF, 6F and FD. RGB value is (191,111,253). Sum of RGB (Red+Green+Blue) = 191+111+253=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FFD is #409002. Grayscale: #969696. Windows color (decimal): -4231171 or 16609215. OLE color: 16609215.
HSL color Cylindrical-coordinate representation of color #BF6FFD: hue angle of 273.8º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6FFD is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 111 | 253 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.01 |
| HSL | 273.8º | 0.97% | 0.71% | - |
| HSV(B) | 273.8º | 0.56% | 0.99% | - |
| XYZ | 44.9 | 29.54 | 96.26 | - |
| YUV | 151.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 253 | 0.25 | 0.56 | 0 | 0.01 | 273.8 | 0.97 | 0.71 |
| Hex | BF | 6F | FD | 19 | 38 | 0 | 1 | 112 | 61 | 47 |
| Octal | 277 | 157 | 375 | 31 | 70 | 0 | 1 | 422 | 141 | 107 |
| Binary | 10111111 | 1101111 | 11111101 | 11001 | 111000 | 0 | 1 | 100010010 | 1100001 | 1000111 |
Color Harmonies of #BF6FFD
Complementary color
Monochromatic Colors of #BF6FFD
Black with #BF6FFD
Text Example
Text Example
White with #BF6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FFD; }
p { color: rgb(191,111,253); }
H1.HeaderClassName
{
color: #BF6FFD;
}
.AnyTagClassName
{
color: #BF6FFD;
}
</style>
background-color css
<style>
a { background-color: #BF6FFD; }
a { background-color: rgb(191,111,253); }
div.DivClassName
{
background-color: #BF6FFD;
}
.BgClassName
{
background-color: #BF6FFD;
}
</style>
border-color css
<style>
span { border-color: #BF6FFD; }
span { border-color: rgb(191,111,253); }
td.TdClassName
{
border-color: #BF6FFD;
}
.TagClassName
{
border-color: #BF6FFD;
}
</style>