Shades of Heliotrope #BF7AFF
Tints of Heliotrope #BF7AFF
RGB
CMYK
RGB Variations
Color information
#BF7AFF (or 0xBF7AFF) is known color: Heliotrope. HEX triplet: BF, 7A and FF. RGB value is (191,122,255). Sum of RGB (Red+Green+Blue) = 191+122+255=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7AFF is #408500. Grayscale: #9D9D9D. Windows color (decimal): -4228353 or 16743103. OLE color: 16743103.
HSL color Cylindrical-coordinate representation of color #BF7AFF: hue angle of 271.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF7AFF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 122 | 255 | - |
| CMYK | 0.25 | 0.52 | 0 | 0 |
| HSL | 271.13º | 1% | 0.74% | - |
| HSV(B) | 271.13º | 0.52% | 1% | - |
| XYZ | 46.5 | 32.22 | 98.38 | - |
| YUV | 157.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 255 | 0.25 | 0.52 | 0 | 0 | 271.13 | 1 | 0.74 |
| Hex | BF | 7A | FF | 19 | 34 | 0 | 0 | 10F | 64 | 4A |
| Octal | 277 | 172 | 377 | 31 | 64 | 0 | 0 | 417 | 144 | 112 |
| Binary | 10111111 | 1111010 | 11111111 | 11001 | 110100 | 0 | 0 | 100001111 | 1100100 | 1001010 |
Color Harmonies of #BF7AFF
Complementary color
Monochromatic Colors of #BF7AFF
Black with #BF7AFF
Text Example
Text Example
White with #BF7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7AFF; }
p { color: rgb(191,122,255); }
H1.HeaderClassName
{
color: #BF7AFF;
}
.AnyTagClassName
{
color: #BF7AFF;
}
</style>
background-color css
<style>
a { background-color: #BF7AFF; }
a { background-color: rgb(191,122,255); }
div.DivClassName
{
background-color: #BF7AFF;
}
.BgClassName
{
background-color: #BF7AFF;
}
</style>
border-color css
<style>
span { border-color: #BF7AFF; }
span { border-color: rgb(191,122,255); }
td.TdClassName
{
border-color: #BF7AFF;
}
.TagClassName
{
border-color: #BF7AFF;
}
</style>