Shades of Heliotrope #BF5FFA
Tints of Heliotrope #BF5FFA
RGB
CMYK
RGB Variations
Color information
#BF5FFA (or 0xBF5FFA) is known color: Heliotrope. HEX triplet: BF, 5F and FA. RGB value is (191,95,250). Sum of RGB (Red+Green+Blue) = 191+95+250=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FFA is #40A005. Grayscale: #8C8C8C. Windows color (decimal): -4235270 or 16408511. OLE color: 16408511.
HSL color Cylindrical-coordinate representation of color #BF5FFA: hue angle of 277.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5FFA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 95 | 250 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.02 |
| HSL | 277.16º | 0.94% | 0.68% | - |
| HSV(B) | 277.16º | 0.62% | 0.98% | - |
| XYZ | 42.83 | 26.16 | 93.23 | - |
| YUV | 141.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 250 | 0.24 | 0.62 | 0 | 0.02 | 277.16 | 0.94 | 0.68 |
| Hex | BF | 5F | FA | 18 | 3E | 0 | 2 | 115 | 5E | 44 |
| Octal | 277 | 137 | 372 | 30 | 76 | 0 | 2 | 425 | 136 | 104 |
| Binary | 10111111 | 1011111 | 11111010 | 11000 | 111110 | 0 | 10 | 100010101 | 1011110 | 1000100 |
Color Harmonies of #BF5FFA
Complementary color
Monochromatic Colors of #BF5FFA
Black with #BF5FFA
Text Example
Text Example
White with #BF5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FFA; }
p { color: rgb(191,95,250); }
H1.HeaderClassName
{
color: #BF5FFA;
}
.AnyTagClassName
{
color: #BF5FFA;
}
</style>
background-color css
<style>
a { background-color: #BF5FFA; }
a { background-color: rgb(191,95,250); }
div.DivClassName
{
background-color: #BF5FFA;
}
.BgClassName
{
background-color: #BF5FFA;
}
</style>
border-color css
<style>
span { border-color: #BF5FFA; }
span { border-color: rgb(191,95,250); }
td.TdClassName
{
border-color: #BF5FFA;
}
.TagClassName
{
border-color: #BF5FFA;
}
</style>