Shades of Heliotrope #BF64FF
Tints of Heliotrope #BF64FF
RGB
CMYK
RGB Variations
Color information
#BF64FF (or 0xBF64FF) is known color: Heliotrope. HEX triplet: BF, 64 and FF. RGB value is (191,100,255). Sum of RGB (Red+Green+Blue) = 191+100+255=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF64FF is #409B00. Grayscale: #909090. Windows color (decimal): -4233985 or 16737471. OLE color: 16737471.
HSL color Cylindrical-coordinate representation of color #BF64FF: hue angle of 275.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF64FF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 100 | 255 | - |
| CMYK | 0.25 | 0.61 | 0 | 0 |
| HSL | 275.23º | 1% | 0.7% | - |
| HSV(B) | 275.23º | 0.61% | 1% | - |
| XYZ | 44.09 | 27.41 | 97.57 | - |
| YUV | 144.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 255 | 0.25 | 0.61 | 0 | 0 | 275.23 | 1 | 0.7 |
| Hex | BF | 64 | FF | 19 | 3D | 0 | 0 | 113 | 64 | 46 |
| Octal | 277 | 144 | 377 | 31 | 75 | 0 | 0 | 423 | 144 | 106 |
| Binary | 10111111 | 1100100 | 11111111 | 11001 | 111101 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #BF64FF
Complementary color
Monochromatic Colors of #BF64FF
Black with #BF64FF
Text Example
Text Example
White with #BF64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64FF; }
p { color: rgb(191,100,255); }
H1.HeaderClassName
{
color: #BF64FF;
}
.AnyTagClassName
{
color: #BF64FF;
}
</style>
background-color css
<style>
a { background-color: #BF64FF; }
a { background-color: rgb(191,100,255); }
div.DivClassName
{
background-color: #BF64FF;
}
.BgClassName
{
background-color: #BF64FF;
}
</style>
border-color css
<style>
span { border-color: #BF64FF; }
span { border-color: rgb(191,100,255); }
td.TdClassName
{
border-color: #BF64FF;
}
.TagClassName
{
border-color: #BF64FF;
}
</style>