Shades of Heliotrope #BF57FF
Tints of Heliotrope #BF57FF
RGB
CMYK
RGB Variations
Color information
#BF57FF (or 0xBF57FF) is known color: Heliotrope. HEX triplet: BF, 57 and FF. RGB value is (191,87,255). Sum of RGB (Red+Green+Blue) = 191+87+255=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57FF is #40A800. Grayscale: #888888. Windows color (decimal): -4237313 or 16734143. OLE color: 16734143.
HSL color Cylindrical-coordinate representation of color #BF57FF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF57FF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 87 | 255 | - |
| CMYK | 0.25 | 0.66 | 0 | 0 |
| HSL | 277.14º | 1% | 0.67% | - |
| HSV(B) | 277.14º | 0.66% | 1% | - |
| XYZ | 42.94 | 25.11 | 97.19 | - |
| YUV | 137.25 | 194.46 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 255 | 0.25 | 0.66 | 0 | 0 | 277.14 | 1 | 0.67 |
| Hex | BF | 57 | FF | 19 | 42 | 0 | 0 | 115 | 64 | 43 |
| Octal | 277 | 127 | 377 | 31 | 102 | 0 | 0 | 425 | 144 | 103 |
| Binary | 10111111 | 1010111 | 11111111 | 11001 | 1000010 | 0 | 0 | 100010101 | 1100100 | 1000011 |
Color Harmonies of #BF57FF
Complementary color
Monochromatic Colors of #BF57FF
Black with #BF57FF
Text Example
Text Example
White with #BF57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57FF; }
p { color: rgb(191,87,255); }
H1.HeaderClassName
{
color: #BF57FF;
}
.AnyTagClassName
{
color: #BF57FF;
}
</style>
background-color css
<style>
a { background-color: #BF57FF; }
a { background-color: rgb(191,87,255); }
div.DivClassName
{
background-color: #BF57FF;
}
.BgClassName
{
background-color: #BF57FF;
}
</style>
border-color css
<style>
span { border-color: #BF57FF; }
span { border-color: rgb(191,87,255); }
td.TdClassName
{
border-color: #BF57FF;
}
.TagClassName
{
border-color: #BF57FF;
}
</style>