Shades of Heliotrope #BF7CEE
Tints of Heliotrope #BF7CEE
RGB
CMYK
RGB Variations
Color information
#BF7CEE (or 0xBF7CEE) is known color: Heliotrope. HEX triplet: BF, 7C and EE. RGB value is (191,124,238). Sum of RGB (Red+Green+Blue) = 191+124+238=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7CEE is #408311. Grayscale: #9C9C9C. Windows color (decimal): -4227858 or 15629503. OLE color: 15629503.
HSL color Cylindrical-coordinate representation of color #BF7CEE: hue angle of 275.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF7CEE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 124 | 238 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.07 |
| HSL | 275.26º | 0.77% | 0.71% | - |
| HSV(B) | 275.26º | 0.48% | 0.93% | - |
| XYZ | 44.13 | 31.66 | 84.68 | - |
| YUV | 157.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 238 | 0.20 | 0.48 | 0 | 0.07 | 275.26 | 0.77 | 0.71 |
| Hex | BF | 7C | EE | 14 | 30 | 0 | 7 | 113 | 4D | 47 |
| Octal | 277 | 174 | 356 | 24 | 60 | 0 | 7 | 423 | 115 | 107 |
| Binary | 10111111 | 1111100 | 11101110 | 10100 | 110000 | 0 | 111 | 100010011 | 1001101 | 1000111 |
Color Harmonies of #BF7CEE
Complementary color
Monochromatic Colors of #BF7CEE
Black with #BF7CEE
Text Example
Text Example
White with #BF7CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CEE; }
p { color: rgb(191,124,238); }
H1.HeaderClassName
{
color: #BF7CEE;
}
.AnyTagClassName
{
color: #BF7CEE;
}
</style>
background-color css
<style>
a { background-color: #BF7CEE; }
a { background-color: rgb(191,124,238); }
div.DivClassName
{
background-color: #BF7CEE;
}
.BgClassName
{
background-color: #BF7CEE;
}
</style>
border-color css
<style>
span { border-color: #BF7CEE; }
span { border-color: rgb(191,124,238); }
td.TdClassName
{
border-color: #BF7CEE;
}
.TagClassName
{
border-color: #BF7CEE;
}
</style>