Shades of Heliotrope #BC7BF7
Tints of Heliotrope #BC7BF7
RGB
CMYK
RGB Variations
Color information
#BC7BF7 (or 0xBC7BF7) is known color: Heliotrope. HEX triplet: BC, 7B and F7. RGB value is (188,123,247). Sum of RGB (Red+Green+Blue) = 188+123+247=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BF7 is #438408. Grayscale: #9C9C9C. Windows color (decimal): -4424713 or 16219068. OLE color: 16219068.
HSL color Cylindrical-coordinate representation of color #BC7BF7: hue angle of 271.45º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7BF7 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 123 | 247 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.03 |
| HSL | 271.45º | 0.89% | 0.73% | - |
| HSV(B) | 271.45º | 0.5% | 0.97% | - |
| XYZ | 44.61 | 31.57 | 91.74 | - |
| YUV | 156.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 247 | 0.24 | 0.50 | 0 | 0.03 | 271.45 | 0.89 | 0.73 |
| Hex | BC | 7B | F7 | 18 | 32 | 0 | 3 | 10F | 59 | 49 |
| Octal | 274 | 173 | 367 | 30 | 62 | 0 | 3 | 417 | 131 | 111 |
| Binary | 10111100 | 1111011 | 11110111 | 11000 | 110010 | 0 | 11 | 100001111 | 1011001 | 1001001 |
Color Harmonies of #BC7BF7
Complementary color
Monochromatic Colors of #BC7BF7
Black with #BC7BF7
Text Example
Text Example
White with #BC7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BF7; }
p { color: rgb(188,123,247); }
H1.HeaderClassName
{
color: #BC7BF7;
}
.AnyTagClassName
{
color: #BC7BF7;
}
</style>
background-color css
<style>
a { background-color: #BC7BF7; }
a { background-color: rgb(188,123,247); }
div.DivClassName
{
background-color: #BC7BF7;
}
.BgClassName
{
background-color: #BC7BF7;
}
</style>
border-color css
<style>
span { border-color: #BC7BF7; }
span { border-color: rgb(188,123,247); }
td.TdClassName
{
border-color: #BC7BF7;
}
.TagClassName
{
border-color: #BC7BF7;
}
</style>