Shades of Heliotrope #BF81FE
Tints of Heliotrope #BF81FE
RGB
CMYK
RGB Variations
Color information
#BF81FE (or 0xBF81FE) is known color: Heliotrope. HEX triplet: BF, 81 and FE. RGB value is (191,129,254). Sum of RGB (Red+Green+Blue) = 191+129+254=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81FE is #407E01. Grayscale: #A1A1A1. Windows color (decimal): -4226562 or 16679359. OLE color: 16679359.
HSL color Cylindrical-coordinate representation of color #BF81FE: hue angle of 269.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF81FE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 129 | 254 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.00 |
| HSL | 269.76º | 0.98% | 0.75% | - |
| HSV(B) | 269.76º | 0.49% | 1% | - |
| XYZ | 47.23 | 33.93 | 97.83 | - |
| YUV | 161.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 254 | 0.25 | 0.49 | 0 | 0.00 | 269.76 | 0.98 | 0.75 |
| Hex | BF | 81 | FE | 19 | 31 | 0 | 0 | 10E | 62 | 4B |
| Octal | 277 | 201 | 376 | 31 | 61 | 0 | 0 | 416 | 142 | 113 |
| Binary | 10111111 | 10000001 | 11111110 | 11001 | 110001 | 0 | 0 | 100001110 | 1100010 | 1001011 |
Color Harmonies of #BF81FE
Complementary color
Monochromatic Colors of #BF81FE
Black with #BF81FE
Text Example
Text Example
White with #BF81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81FE; }
p { color: rgb(191,129,254); }
H1.HeaderClassName
{
color: #BF81FE;
}
.AnyTagClassName
{
color: #BF81FE;
}
</style>
background-color css
<style>
a { background-color: #BF81FE; }
a { background-color: rgb(191,129,254); }
div.DivClassName
{
background-color: #BF81FE;
}
.BgClassName
{
background-color: #BF81FE;
}
</style>
border-color css
<style>
span { border-color: #BF81FE; }
span { border-color: rgb(191,129,254); }
td.TdClassName
{
border-color: #BF81FE;
}
.TagClassName
{
border-color: #BF81FE;
}
</style>