Shades of Heliotrope #BF5CFA
Tints of Heliotrope #BF5CFA
RGB
CMYK
RGB Variations
Color information
#BF5CFA (or 0xBF5CFA) is known color: Heliotrope. HEX triplet: BF, 5C and FA. RGB value is (191,92,250). Sum of RGB (Red+Green+Blue) = 191+92+250=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFA is #40A305. Grayscale: #8B8B8B. Windows color (decimal): -4236038 or 16407743. OLE color: 16407743.
HSL color Cylindrical-coordinate representation of color #BF5CFA: hue angle of 277.59º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5CFA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 92 | 250 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.02 |
| HSL | 277.59º | 0.94% | 0.67% | - |
| HSV(B) | 277.59º | 0.63% | 0.98% | - |
| XYZ | 42.57 | 25.63 | 93.15 | - |
| YUV | 139.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 250 | 0.24 | 0.63 | 0 | 0.02 | 277.59 | 0.94 | 0.67 |
| Hex | BF | 5C | FA | 18 | 3F | 0 | 2 | 116 | 5E | 43 |
| Octal | 277 | 134 | 372 | 30 | 77 | 0 | 2 | 426 | 136 | 103 |
| Binary | 10111111 | 1011100 | 11111010 | 11000 | 111111 | 0 | 10 | 100010110 | 1011110 | 1000011 |
Color Harmonies of #BF5CFA
Complementary color
Monochromatic Colors of #BF5CFA
Black with #BF5CFA
Text Example
Text Example
White with #BF5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CFA; }
p { color: rgb(191,92,250); }
H1.HeaderClassName
{
color: #BF5CFA;
}
.AnyTagClassName
{
color: #BF5CFA;
}
</style>
background-color css
<style>
a { background-color: #BF5CFA; }
a { background-color: rgb(191,92,250); }
div.DivClassName
{
background-color: #BF5CFA;
}
.BgClassName
{
background-color: #BF5CFA;
}
</style>
border-color css
<style>
span { border-color: #BF5CFA; }
span { border-color: rgb(191,92,250); }
td.TdClassName
{
border-color: #BF5CFA;
}
.TagClassName
{
border-color: #BF5CFA;
}
</style>