Shades of Heliotrope #BF5FFF
Tints of Heliotrope #BF5FFF
RGB
CMYK
RGB Variations
Color information
#BF5FFF (or 0xBF5FFF) is known color: Heliotrope. HEX triplet: BF, 5F and FF. RGB value is (191,95,255). Sum of RGB (Red+Green+Blue) = 191+95+255=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FFF is #40A000. Grayscale: #8D8D8D. Windows color (decimal): -4235265 or 16736191. OLE color: 16736191.
HSL color Cylindrical-coordinate representation of color #BF5FFF: hue angle of 276º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5FFF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 95 | 255 | - |
| CMYK | 0.25 | 0.63 | 0 | 0 |
| HSL | 276º | 1% | 0.69% | - |
| HSV(B) | 276º | 0.63% | 1% | - |
| XYZ | 43.63 | 26.48 | 97.42 | - |
| YUV | 141.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 255 | 0.25 | 0.63 | 0 | 0 | 276 | 1 | 0.69 |
| Hex | BF | 5F | FF | 19 | 3F | 0 | 0 | 114 | 64 | 45 |
| Octal | 277 | 137 | 377 | 31 | 77 | 0 | 0 | 424 | 144 | 105 |
| Binary | 10111111 | 1011111 | 11111111 | 11001 | 111111 | 0 | 0 | 100010100 | 1100100 | 1000101 |
Color Harmonies of #BF5FFF
Complementary color
Monochromatic Colors of #BF5FFF
Black with #BF5FFF
Text Example
Text Example
White with #BF5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FFF; }
p { color: rgb(191,95,255); }
H1.HeaderClassName
{
color: #BF5FFF;
}
.AnyTagClassName
{
color: #BF5FFF;
}
</style>
background-color css
<style>
a { background-color: #BF5FFF; }
a { background-color: rgb(191,95,255); }
div.DivClassName
{
background-color: #BF5FFF;
}
.BgClassName
{
background-color: #BF5FFF;
}
</style>
border-color css
<style>
span { border-color: #BF5FFF; }
span { border-color: rgb(191,95,255); }
td.TdClassName
{
border-color: #BF5FFF;
}
.TagClassName
{
border-color: #BF5FFF;
}
</style>