Shades of Heliotrope #BF73EA
Tints of Heliotrope #BF73EA
RGB
CMYK
RGB Variations
Color information
#BF73EA (or 0xBF73EA) is known color: Heliotrope. HEX triplet: BF, 73 and EA. RGB value is (191,115,234). Sum of RGB (Red+Green+Blue) = 191+115+234=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73EA is #408C15. Grayscale: #969696. Windows color (decimal): -4230166 or 15365055. OLE color: 15365055.
HSL color Cylindrical-coordinate representation of color #BF73EA: hue angle of 278.32º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF73EA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 115 | 234 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.08 |
| HSL | 278.32º | 0.74% | 0.68% | - |
| HSV(B) | 278.32º | 0.51% | 0.92% | - |
| XYZ | 42.47 | 29.28 | 81.25 | - |
| YUV | 151.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 234 | 0.18 | 0.51 | 0 | 0.08 | 278.32 | 0.74 | 0.68 |
| Hex | BF | 73 | EA | 12 | 33 | 0 | 8 | 116 | 4A | 44 |
| Octal | 277 | 163 | 352 | 22 | 63 | 0 | 10 | 426 | 112 | 104 |
| Binary | 10111111 | 1110011 | 11101010 | 10010 | 110011 | 0 | 1000 | 100010110 | 1001010 | 1000100 |
Color Harmonies of #BF73EA
Complementary color
Monochromatic Colors of #BF73EA
Black with #BF73EA
Text Example
Text Example
White with #BF73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73EA; }
p { color: rgb(191,115,234); }
H1.HeaderClassName
{
color: #BF73EA;
}
.AnyTagClassName
{
color: #BF73EA;
}
</style>
background-color css
<style>
a { background-color: #BF73EA; }
a { background-color: rgb(191,115,234); }
div.DivClassName
{
background-color: #BF73EA;
}
.BgClassName
{
background-color: #BF73EA;
}
</style>
border-color css
<style>
span { border-color: #BF73EA; }
span { border-color: rgb(191,115,234); }
td.TdClassName
{
border-color: #BF73EA;
}
.TagClassName
{
border-color: #BF73EA;
}
</style>