Shades of Heliotrope #BF73FE
Tints of Heliotrope #BF73FE
RGB
CMYK
RGB Variations
Color information
#BF73FE (or 0xBF73FE) is known color: Heliotrope. HEX triplet: BF, 73 and FE. RGB value is (191,115,254). Sum of RGB (Red+Green+Blue) = 191+115+254=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73FE is #408C01. Grayscale: #999999. Windows color (decimal): -4230146 or 16675775. OLE color: 16675775.
HSL color Cylindrical-coordinate representation of color #BF73FE: hue angle of 272.81º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF73FE is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 115 | 254 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.00 |
| HSL | 272.81º | 0.99% | 0.72% | - |
| HSV(B) | 272.81º | 0.55% | 1% | - |
| XYZ | 45.51 | 30.49 | 97.25 | - |
| YUV | 153.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 254 | 0.25 | 0.55 | 0 | 0.00 | 272.81 | 0.99 | 0.72 |
| Hex | BF | 73 | FE | 19 | 37 | 0 | 0 | 111 | 63 | 48 |
| Octal | 277 | 163 | 376 | 31 | 67 | 0 | 0 | 421 | 143 | 110 |
| Binary | 10111111 | 1110011 | 11111110 | 11001 | 110111 | 0 | 0 | 100010001 | 1100011 | 1001000 |
Color Harmonies of #BF73FE
Complementary color
Monochromatic Colors of #BF73FE
Black with #BF73FE
Text Example
Text Example
White with #BF73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73FE; }
p { color: rgb(191,115,254); }
H1.HeaderClassName
{
color: #BF73FE;
}
.AnyTagClassName
{
color: #BF73FE;
}
</style>
background-color css
<style>
a { background-color: #BF73FE; }
a { background-color: rgb(191,115,254); }
div.DivClassName
{
background-color: #BF73FE;
}
.BgClassName
{
background-color: #BF73FE;
}
</style>
border-color css
<style>
span { border-color: #BF73FE; }
span { border-color: rgb(191,115,254); }
td.TdClassName
{
border-color: #BF73FE;
}
.TagClassName
{
border-color: #BF73FE;
}
</style>