Shades of Heliotrope #BF65FF
Tints of Heliotrope #BF65FF
RGB
CMYK
RGB Variations
Color information
#BF65FF (or 0xBF65FF) is known color: Heliotrope. HEX triplet: BF, 65 and FF. RGB value is (191,101,255). Sum of RGB (Red+Green+Blue) = 191+101+255=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65FF is #409A00. Grayscale: #909090. Windows color (decimal): -4233729 or 16737727. OLE color: 16737727.
HSL color Cylindrical-coordinate representation of color #BF65FF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF65FF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 101 | 255 | - |
| CMYK | 0.25 | 0.60 | 0 | 0 |
| HSL | 275.06º | 1% | 0.7% | - |
| HSV(B) | 275.06º | 0.6% | 1% | - |
| XYZ | 44.19 | 27.6 | 97.61 | - |
| YUV | 145.47 | 189.82 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 255 | 0.25 | 0.60 | 0 | 0 | 275.06 | 1 | 0.7 |
| Hex | BF | 65 | FF | 19 | 3C | 0 | 0 | 113 | 64 | 46 |
| Octal | 277 | 145 | 377 | 31 | 74 | 0 | 0 | 423 | 144 | 106 |
| Binary | 10111111 | 1100101 | 11111111 | 11001 | 111100 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #BF65FF
Complementary color
Monochromatic Colors of #BF65FF
Black with #BF65FF
Text Example
Text Example
White with #BF65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65FF; }
p { color: rgb(191,101,255); }
H1.HeaderClassName
{
color: #BF65FF;
}
.AnyTagClassName
{
color: #BF65FF;
}
</style>
background-color css
<style>
a { background-color: #BF65FF; }
a { background-color: rgb(191,101,255); }
div.DivClassName
{
background-color: #BF65FF;
}
.BgClassName
{
background-color: #BF65FF;
}
</style>
border-color css
<style>
span { border-color: #BF65FF; }
span { border-color: rgb(191,101,255); }
td.TdClassName
{
border-color: #BF65FF;
}
.TagClassName
{
border-color: #BF65FF;
}
</style>