Shades of Heliotrope #BF80FE
Tints of Heliotrope #BF80FE
RGB
CMYK
RGB Variations
Color information
#BF80FE (or 0xBF80FE) is known color: Heliotrope. HEX triplet: BF, 80 and FE. RGB value is (191,128,254). Sum of RGB (Red+Green+Blue) = 191+128+254=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80FE is #407F01. Grayscale: #A0A0A0. Windows color (decimal): -4226818 or 16679103. OLE color: 16679103.
HSL color Cylindrical-coordinate representation of color #BF80FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF80FE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 128 | 254 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.75% | - |
| HSV(B) | 270º | 0.5% | 1% | - |
| XYZ | 47.09 | 33.67 | 97.78 | - |
| YUV | 161.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 254 | 0.25 | 0.50 | 0 | 0.00 | 270 | 0.98 | 0.75 |
| Hex | BF | 80 | FE | 19 | 32 | 0 | 0 | 10E | 62 | 4B |
| Octal | 277 | 200 | 376 | 31 | 62 | 0 | 0 | 416 | 142 | 113 |
| Binary | 10111111 | 10000000 | 11111110 | 11001 | 110010 | 0 | 0 | 100001110 | 1100010 | 1001011 |
Color Harmonies of #BF80FE
Complementary color
Monochromatic Colors of #BF80FE
Black with #BF80FE
Text Example
Text Example
White with #BF80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80FE; }
p { color: rgb(191,128,254); }
H1.HeaderClassName
{
color: #BF80FE;
}
.AnyTagClassName
{
color: #BF80FE;
}
</style>
background-color css
<style>
a { background-color: #BF80FE; }
a { background-color: rgb(191,128,254); }
div.DivClassName
{
background-color: #BF80FE;
}
.BgClassName
{
background-color: #BF80FE;
}
</style>
border-color css
<style>
span { border-color: #BF80FE; }
span { border-color: rgb(191,128,254); }
td.TdClassName
{
border-color: #BF80FE;
}
.TagClassName
{
border-color: #BF80FE;
}
</style>