Shades of Heliotrope #BF76FF
Tints of Heliotrope #BF76FF
RGB
CMYK
RGB Variations
Color information
#BF76FF (or 0xBF76FF) is known color: Heliotrope. HEX triplet: BF, 76 and FF. RGB value is (191,118,255). Sum of RGB (Red+Green+Blue) = 191+118+255=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76FF is #408900. Grayscale: #9A9A9A. Windows color (decimal): -4229377 or 16742079. OLE color: 16742079.
HSL color Cylindrical-coordinate representation of color #BF76FF: hue angle of 271.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF76FF is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 118 | 255 | - |
| CMYK | 0.25 | 0.54 | 0 | 0 |
| HSL | 271.97º | 1% | 0.73% | - |
| HSV(B) | 271.97º | 0.54% | 1% | - |
| XYZ | 46.01 | 31.25 | 98.22 | - |
| YUV | 155.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 255 | 0.25 | 0.54 | 0 | 0 | 271.97 | 1 | 0.73 |
| Hex | BF | 76 | FF | 19 | 36 | 0 | 0 | 110 | 64 | 49 |
| Octal | 277 | 166 | 377 | 31 | 66 | 0 | 0 | 420 | 144 | 111 |
| Binary | 10111111 | 1110110 | 11111111 | 11001 | 110110 | 0 | 0 | 100010000 | 1100100 | 1001001 |
Color Harmonies of #BF76FF
Complementary color
Monochromatic Colors of #BF76FF
Black with #BF76FF
Text Example
Text Example
White with #BF76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76FF; }
p { color: rgb(191,118,255); }
H1.HeaderClassName
{
color: #BF76FF;
}
.AnyTagClassName
{
color: #BF76FF;
}
</style>
background-color css
<style>
a { background-color: #BF76FF; }
a { background-color: rgb(191,118,255); }
div.DivClassName
{
background-color: #BF76FF;
}
.BgClassName
{
background-color: #BF76FF;
}
</style>
border-color css
<style>
span { border-color: #BF76FF; }
span { border-color: rgb(191,118,255); }
td.TdClassName
{
border-color: #BF76FF;
}
.TagClassName
{
border-color: #BF76FF;
}
</style>