Shades of Heliotrope #BF81F5
Tints of Heliotrope #BF81F5
RGB
CMYK
RGB Variations
Color information
#BF81F5 (or 0xBF81F5) is known color: Heliotrope. HEX triplet: BF, 81 and F5. RGB value is (191,129,245). Sum of RGB (Red+Green+Blue) = 191+129+245=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81F5 is #407E0A. Grayscale: #A0A0A0. Windows color (decimal): -4226571 or 16089535. OLE color: 16089535.
HSL color Cylindrical-coordinate representation of color #BF81F5: hue angle of 272.07º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF81F5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 129 | 245 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.04 |
| HSL | 272.07º | 0.85% | 0.73% | - |
| HSV(B) | 272.07º | 0.47% | 0.96% | - |
| XYZ | 45.82 | 33.37 | 90.41 | - |
| YUV | 160.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 245 | 0.22 | 0.47 | 0 | 0.04 | 272.07 | 0.85 | 0.73 |
| Hex | BF | 81 | F5 | 16 | 2F | 0 | 4 | 110 | 55 | 49 |
| Octal | 277 | 201 | 365 | 26 | 57 | 0 | 4 | 420 | 125 | 111 |
| Binary | 10111111 | 10000001 | 11110101 | 10110 | 101111 | 0 | 100 | 100010000 | 1010101 | 1001001 |
Color Harmonies of #BF81F5
Complementary color
Monochromatic Colors of #BF81F5
Black with #BF81F5
Text Example
Text Example
White with #BF81F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81F5; }
p { color: rgb(191,129,245); }
H1.HeaderClassName
{
color: #BF81F5;
}
.AnyTagClassName
{
color: #BF81F5;
}
</style>
background-color css
<style>
a { background-color: #BF81F5; }
a { background-color: rgb(191,129,245); }
div.DivClassName
{
background-color: #BF81F5;
}
.BgClassName
{
background-color: #BF81F5;
}
</style>
border-color css
<style>
span { border-color: #BF81F5; }
span { border-color: rgb(191,129,245); }
td.TdClassName
{
border-color: #BF81F5;
}
.TagClassName
{
border-color: #BF81F5;
}
</style>