Shades of Heliotrope #BF89FF
Tints of Heliotrope #BF89FF
RGB
CMYK
RGB Variations
Color information
#BF89FF (or 0xBF89FF) is known color: Heliotrope. HEX triplet: BF, 89 and FF. RGB value is (191,137,255). Sum of RGB (Red+Green+Blue) = 191+137+255=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89FF is #407600. Grayscale: #A6A6A6. Windows color (decimal): -4224513 or 16746943. OLE color: 16746943.
HSL color Cylindrical-coordinate representation of color #BF89FF: hue angle of 267.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF89FF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 137 | 255 | - |
| CMYK | 0.25 | 0.46 | 0 | 0 |
| HSL | 267.46º | 1% | 0.77% | - |
| HSV(B) | 267.46º | 0.46% | 1% | - |
| XYZ | 48.48 | 36.19 | 99.04 | - |
| YUV | 166.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 255 | 0.25 | 0.46 | 0 | 0 | 267.46 | 1 | 0.77 |
| Hex | BF | 89 | FF | 19 | 2E | 0 | 0 | 10B | 64 | 4D |
| Octal | 277 | 211 | 377 | 31 | 56 | 0 | 0 | 413 | 144 | 115 |
| Binary | 10111111 | 10001001 | 11111111 | 11001 | 101110 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #BF89FF
Complementary color
Monochromatic Colors of #BF89FF
Black with #BF89FF
Text Example
Text Example
White with #BF89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89FF; }
p { color: rgb(191,137,255); }
H1.HeaderClassName
{
color: #BF89FF;
}
.AnyTagClassName
{
color: #BF89FF;
}
</style>
background-color css
<style>
a { background-color: #BF89FF; }
a { background-color: rgb(191,137,255); }
div.DivClassName
{
background-color: #BF89FF;
}
.BgClassName
{
background-color: #BF89FF;
}
</style>
border-color css
<style>
span { border-color: #BF89FF; }
span { border-color: rgb(191,137,255); }
td.TdClassName
{
border-color: #BF89FF;
}
.TagClassName
{
border-color: #BF89FF;
}
</style>