Shades of Heliotrope #BF5CFD
Tints of Heliotrope #BF5CFD
RGB
CMYK
RGB Variations
Color information
#BF5CFD (or 0xBF5CFD) is known color: Heliotrope. HEX triplet: BF, 5C and FD. RGB value is (191,92,253). Sum of RGB (Red+Green+Blue) = 191+92+253=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFD is #40A302. Grayscale: #8B8B8B. Windows color (decimal): -4236035 or 16604351. OLE color: 16604351.
HSL color Cylindrical-coordinate representation of color #BF5CFD: hue angle of 276.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5CFD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 92 | 253 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.01 |
| HSL | 276.89º | 0.98% | 0.68% | - |
| HSV(B) | 276.89º | 0.64% | 0.99% | - |
| XYZ | 43.04 | 25.82 | 95.64 | - |
| YUV | 139.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 253 | 0.25 | 0.64 | 0 | 0.01 | 276.89 | 0.98 | 0.68 |
| Hex | BF | 5C | FD | 19 | 40 | 0 | 1 | 115 | 62 | 44 |
| Octal | 277 | 134 | 375 | 31 | 100 | 0 | 1 | 425 | 142 | 104 |
| Binary | 10111111 | 1011100 | 11111101 | 11001 | 1000000 | 0 | 1 | 100010101 | 1100010 | 1000100 |
Color Harmonies of #BF5CFD
Complementary color
Monochromatic Colors of #BF5CFD
Black with #BF5CFD
Text Example
Text Example
White with #BF5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CFD; }
p { color: rgb(191,92,253); }
H1.HeaderClassName
{
color: #BF5CFD;
}
.AnyTagClassName
{
color: #BF5CFD;
}
</style>
background-color css
<style>
a { background-color: #BF5CFD; }
a { background-color: rgb(191,92,253); }
div.DivClassName
{
background-color: #BF5CFD;
}
.BgClassName
{
background-color: #BF5CFD;
}
</style>
border-color css
<style>
span { border-color: #BF5CFD; }
span { border-color: rgb(191,92,253); }
td.TdClassName
{
border-color: #BF5CFD;
}
.TagClassName
{
border-color: #BF5CFD;
}
</style>