Shades of Heliotrope #BF5CFF
Tints of Heliotrope #BF5CFF
RGB
CMYK
RGB Variations
Color information
#BF5CFF (or 0xBF5CFF) is known color: Heliotrope. HEX triplet: BF, 5C and FF. RGB value is (191,92,255). Sum of RGB (Red+Green+Blue) = 191+92+255=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFF is #40A300. Grayscale: #8B8B8B. Windows color (decimal): -4236033 or 16735423. OLE color: 16735423.
HSL color Cylindrical-coordinate representation of color #BF5CFF: hue angle of 276.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5CFF is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 92 | 255 | - |
| CMYK | 0.25 | 0.64 | 0 | 0 |
| HSL | 276.44º | 1% | 0.68% | - |
| HSV(B) | 276.44º | 0.64% | 1% | - |
| XYZ | 43.36 | 25.95 | 97.33 | - |
| YUV | 140.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 255 | 0.25 | 0.64 | 0 | 0 | 276.44 | 1 | 0.68 |
| Hex | BF | 5C | FF | 19 | 40 | 0 | 0 | 114 | 64 | 44 |
| Octal | 277 | 134 | 377 | 31 | 100 | 0 | 0 | 424 | 144 | 104 |
| Binary | 10111111 | 1011100 | 11111111 | 11001 | 1000000 | 0 | 0 | 100010100 | 1100100 | 1000100 |
Color Harmonies of #BF5CFF
Complementary color
Monochromatic Colors of #BF5CFF
Black with #BF5CFF
Text Example
Text Example
White with #BF5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CFF; }
p { color: rgb(191,92,255); }
H1.HeaderClassName
{
color: #BF5CFF;
}
.AnyTagClassName
{
color: #BF5CFF;
}
</style>
background-color css
<style>
a { background-color: #BF5CFF; }
a { background-color: rgb(191,92,255); }
div.DivClassName
{
background-color: #BF5CFF;
}
.BgClassName
{
background-color: #BF5CFF;
}
</style>
border-color css
<style>
span { border-color: #BF5CFF; }
span { border-color: rgb(191,92,255); }
td.TdClassName
{
border-color: #BF5CFF;
}
.TagClassName
{
border-color: #BF5CFF;
}
</style>