Shades of Heliotrope #BC7AF7
Tints of Heliotrope #BC7AF7
RGB
CMYK
RGB Variations
Color information
#BC7AF7 (or 0xBC7AF7) is known color: Heliotrope. HEX triplet: BC, 7A and F7. RGB value is (188,122,247). Sum of RGB (Red+Green+Blue) = 188+122+247=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC7AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AF7 is #438508. Grayscale: #9B9B9B. Windows color (decimal): -4424969 or 16218812. OLE color: 16218812.
HSL color Cylindrical-coordinate representation of color #BC7AF7: hue angle of 271.68º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7AF7 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 122 | 247 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.03 |
| HSL | 271.68º | 0.89% | 0.72% | - |
| HSV(B) | 271.68º | 0.51% | 0.97% | - |
| XYZ | 44.49 | 31.33 | 91.7 | - |
| YUV | 155.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 247 | 0.24 | 0.51 | 0 | 0.03 | 271.68 | 0.89 | 0.72 |
| Hex | BC | 7A | F7 | 18 | 33 | 0 | 3 | 110 | 59 | 48 |
| Octal | 274 | 172 | 367 | 30 | 63 | 0 | 3 | 420 | 131 | 110 |
| Binary | 10111100 | 1111010 | 11110111 | 11000 | 110011 | 0 | 11 | 100010000 | 1011001 | 1001000 |
Color Harmonies of #BC7AF7
Complementary color
Monochromatic Colors of #BC7AF7
Black with #BC7AF7
Text Example
Text Example
White with #BC7AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AF7; }
p { color: rgb(188,122,247); }
H1.HeaderClassName
{
color: #BC7AF7;
}
.AnyTagClassName
{
color: #BC7AF7;
}
</style>
background-color css
<style>
a { background-color: #BC7AF7; }
a { background-color: rgb(188,122,247); }
div.DivClassName
{
background-color: #BC7AF7;
}
.BgClassName
{
background-color: #BC7AF7;
}
</style>
border-color css
<style>
span { border-color: #BC7AF7; }
span { border-color: rgb(188,122,247); }
td.TdClassName
{
border-color: #BC7AF7;
}
.TagClassName
{
border-color: #BC7AF7;
}
</style>