Shades of Heliotrope #BF73FF
Tints of Heliotrope #BF73FF
RGB
CMYK
RGB Variations
Color information
#BF73FF (or 0xBF73FF) is known color: Heliotrope. HEX triplet: BF, 73 and FF. RGB value is (191,115,255). Sum of RGB (Red+Green+Blue) = 191+115+255=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73FF is #408C00. Grayscale: #999999. Windows color (decimal): -4230145 or 16741311. OLE color: 16741311.
HSL color Cylindrical-coordinate representation of color #BF73FF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF73FF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 115 | 255 | - |
| CMYK | 0.25 | 0.55 | 0 | 0 |
| HSL | 272.57º | 1% | 0.73% | - |
| HSV(B) | 272.57º | 0.55% | 1% | - |
| XYZ | 45.67 | 30.56 | 98.1 | - |
| YUV | 153.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 255 | 0.25 | 0.55 | 0 | 0 | 272.57 | 1 | 0.73 |
| Hex | BF | 73 | FF | 19 | 37 | 0 | 0 | 111 | 64 | 49 |
| Octal | 277 | 163 | 377 | 31 | 67 | 0 | 0 | 421 | 144 | 111 |
| Binary | 10111111 | 1110011 | 11111111 | 11001 | 110111 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #BF73FF
Complementary color
Monochromatic Colors of #BF73FF
Black with #BF73FF
Text Example
Text Example
White with #BF73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73FF; }
p { color: rgb(191,115,255); }
H1.HeaderClassName
{
color: #BF73FF;
}
.AnyTagClassName
{
color: #BF73FF;
}
</style>
background-color css
<style>
a { background-color: #BF73FF; }
a { background-color: rgb(191,115,255); }
div.DivClassName
{
background-color: #BF73FF;
}
.BgClassName
{
background-color: #BF73FF;
}
</style>
border-color css
<style>
span { border-color: #BF73FF; }
span { border-color: rgb(191,115,255); }
td.TdClassName
{
border-color: #BF73FF;
}
.TagClassName
{
border-color: #BF73FF;
}
</style>