Shades of Heliotrope #BF7FFF
Tints of Heliotrope #BF7FFF
RGB
CMYK
RGB Variations
Color information
#BF7FFF (or 0xBF7FFF) is known color: Heliotrope. HEX triplet: BF, 7F and FF. RGB value is (191,127,255). Sum of RGB (Red+Green+Blue) = 191+127+255=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FFF is #408000. Grayscale: #A0A0A0. Windows color (decimal): -4227073 or 16744383. OLE color: 16744383.
HSL color Cylindrical-coordinate representation of color #BF7FFF: hue angle of 270º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7FFF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 127 | 255 | - |
| CMYK | 0.25 | 0.50 | 0 | 0 |
| HSL | 270º | 1% | 0.75% | - |
| HSV(B) | 270º | 0.5% | 1% | - |
| XYZ | 47.13 | 33.48 | 98.59 | - |
| YUV | 160.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 255 | 0.25 | 0.50 | 0 | 0 | 270 | 1 | 0.75 |
| Hex | BF | 7F | FF | 19 | 32 | 0 | 0 | 10E | 64 | 4B |
| Octal | 277 | 177 | 377 | 31 | 62 | 0 | 0 | 416 | 144 | 113 |
| Binary | 10111111 | 1111111 | 11111111 | 11001 | 110010 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #BF7FFF
Complementary color
Monochromatic Colors of #BF7FFF
Black with #BF7FFF
Text Example
Text Example
White with #BF7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FFF; }
p { color: rgb(191,127,255); }
H1.HeaderClassName
{
color: #BF7FFF;
}
.AnyTagClassName
{
color: #BF7FFF;
}
</style>
background-color css
<style>
a { background-color: #BF7FFF; }
a { background-color: rgb(191,127,255); }
div.DivClassName
{
background-color: #BF7FFF;
}
.BgClassName
{
background-color: #BF7FFF;
}
</style>
border-color css
<style>
span { border-color: #BF7FFF; }
span { border-color: rgb(191,127,255); }
td.TdClassName
{
border-color: #BF7FFF;
}
.TagClassName
{
border-color: #BF7FFF;
}
</style>