Shades of Heliotrope #BF63FF
Tints of Heliotrope #BF63FF
RGB
CMYK
RGB Variations
Color information
#BF63FF (or 0xBF63FF) is known color: Heliotrope. HEX triplet: BF, 63 and FF. RGB value is (191,99,255). Sum of RGB (Red+Green+Blue) = 191+99+255=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF63FF is #409C00. Grayscale: #8F8F8F. Windows color (decimal): -4234241 or 16737215. OLE color: 16737215.
HSL color Cylindrical-coordinate representation of color #BF63FF: hue angle of 275.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF63FF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 99 | 255 | - |
| CMYK | 0.25 | 0.61 | 0 | 0 |
| HSL | 275.38º | 1% | 0.69% | - |
| HSV(B) | 275.38º | 0.61% | 1% | - |
| XYZ | 44 | 27.22 | 97.54 | - |
| YUV | 144.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 255 | 0.25 | 0.61 | 0 | 0 | 275.38 | 1 | 0.69 |
| Hex | BF | 63 | FF | 19 | 3D | 0 | 0 | 113 | 64 | 45 |
| Octal | 277 | 143 | 377 | 31 | 75 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111111 | 1100011 | 11111111 | 11001 | 111101 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BF63FF
Complementary color
Monochromatic Colors of #BF63FF
Black with #BF63FF
Text Example
Text Example
White with #BF63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63FF; }
p { color: rgb(191,99,255); }
H1.HeaderClassName
{
color: #BF63FF;
}
.AnyTagClassName
{
color: #BF63FF;
}
</style>
background-color css
<style>
a { background-color: #BF63FF; }
a { background-color: rgb(191,99,255); }
div.DivClassName
{
background-color: #BF63FF;
}
.BgClassName
{
background-color: #BF63FF;
}
</style>
border-color css
<style>
span { border-color: #BF63FF; }
span { border-color: rgb(191,99,255); }
td.TdClassName
{
border-color: #BF63FF;
}
.TagClassName
{
border-color: #BF63FF;
}
</style>