Shades of Heliotrope #BF74ED
Tints of Heliotrope #BF74ED
RGB
CMYK
RGB Variations
Color information
#BF74ED (or 0xBF74ED) is known color: Heliotrope. HEX triplet: BF, 74 and ED. RGB value is (191,116,237). Sum of RGB (Red+Green+Blue) = 191+116+237=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74ED is #408B12. Grayscale: #979797. Windows color (decimal): -4229907 or 15561919. OLE color: 15561919.
HSL color Cylindrical-coordinate representation of color #BF74ED: hue angle of 277.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF74ED is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 116 | 237 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.07 |
| HSL | 277.19º | 0.77% | 0.69% | - |
| HSV(B) | 277.19º | 0.51% | 0.93% | - |
| XYZ | 43.02 | 29.68 | 83.58 | - |
| YUV | 152.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 237 | 0.19 | 0.51 | 0 | 0.07 | 277.19 | 0.77 | 0.69 |
| Hex | BF | 74 | ED | 13 | 33 | 0 | 7 | 115 | 4D | 45 |
| Octal | 277 | 164 | 355 | 23 | 63 | 0 | 7 | 425 | 115 | 105 |
| Binary | 10111111 | 1110100 | 11101101 | 10011 | 110011 | 0 | 111 | 100010101 | 1001101 | 1000101 |
Color Harmonies of #BF74ED
Complementary color
Monochromatic Colors of #BF74ED
Black with #BF74ED
Text Example
Text Example
White with #BF74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF74ED; }
p { color: rgb(191,116,237); }
H1.HeaderClassName
{
color: #BF74ED;
}
.AnyTagClassName
{
color: #BF74ED;
}
</style>
background-color css
<style>
a { background-color: #BF74ED; }
a { background-color: rgb(191,116,237); }
div.DivClassName
{
background-color: #BF74ED;
}
.BgClassName
{
background-color: #BF74ED;
}
</style>
border-color css
<style>
span { border-color: #BF74ED; }
span { border-color: rgb(191,116,237); }
td.TdClassName
{
border-color: #BF74ED;
}
.TagClassName
{
border-color: #BF74ED;
}
</style>