Shades of Heliotrope #BF84FF
Tints of Heliotrope #BF84FF
RGB
CMYK
RGB Variations
Color information
#BF84FF (or 0xBF84FF) is known color: Heliotrope. HEX triplet: BF, 84 and FF. RGB value is (191,132,255). Sum of RGB (Red+Green+Blue) = 191+132+255=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84FF is #407B00. Grayscale: #A3A3A3. Windows color (decimal): -4225793 or 16745663. OLE color: 16745663.
HSL color Cylindrical-coordinate representation of color #BF84FF: hue angle of 268.78º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF84FF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 132 | 255 | - |
| CMYK | 0.25 | 0.48 | 0 | 0 |
| HSL | 268.78º | 1% | 0.76% | - |
| HSV(B) | 268.78º | 0.48% | 1% | - |
| XYZ | 47.79 | 34.8 | 98.81 | - |
| YUV | 163.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 255 | 0.25 | 0.48 | 0 | 0 | 268.78 | 1 | 0.76 |
| Hex | BF | 84 | FF | 19 | 30 | 0 | 0 | 10D | 64 | 4C |
| Octal | 277 | 204 | 377 | 31 | 60 | 0 | 0 | 415 | 144 | 114 |
| Binary | 10111111 | 10000100 | 11111111 | 11001 | 110000 | 0 | 0 | 100001101 | 1100100 | 1001100 |
Color Harmonies of #BF84FF
Complementary color
Monochromatic Colors of #BF84FF
Black with #BF84FF
Text Example
Text Example
White with #BF84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84FF; }
p { color: rgb(191,132,255); }
H1.HeaderClassName
{
color: #BF84FF;
}
.AnyTagClassName
{
color: #BF84FF;
}
</style>
background-color css
<style>
a { background-color: #BF84FF; }
a { background-color: rgb(191,132,255); }
div.DivClassName
{
background-color: #BF84FF;
}
.BgClassName
{
background-color: #BF84FF;
}
</style>
border-color css
<style>
span { border-color: #BF84FF; }
span { border-color: rgb(191,132,255); }
td.TdClassName
{
border-color: #BF84FF;
}
.TagClassName
{
border-color: #BF84FF;
}
</style>