Shades of Heliotrope #BC7AF8
Tints of Heliotrope #BC7AF8
RGB
CMYK
RGB Variations
Color information
#BC7AF8 (or 0xBC7AF8) is known color: Heliotrope. HEX triplet: BC, 7A and F8. RGB value is (188,122,248). Sum of RGB (Red+Green+Blue) = 188+122+248=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AF8 is #438507. Grayscale: #9B9B9B. Windows color (decimal): -4424968 or 16284348. OLE color: 16284348.
HSL color Cylindrical-coordinate representation of color #BC7AF8: hue angle of 271.43º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7AF8 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 122 | 248 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.03 |
| HSL | 271.43º | 0.9% | 0.73% | - |
| HSV(B) | 271.43º | 0.51% | 0.97% | - |
| XYZ | 44.64 | 31.39 | 92.51 | - |
| YUV | 156.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 248 | 0.24 | 0.51 | 0 | 0.03 | 271.43 | 0.9 | 0.73 |
| Hex | BC | 7A | F8 | 18 | 33 | 0 | 3 | 10F | 5A | 49 |
| Octal | 274 | 172 | 370 | 30 | 63 | 0 | 3 | 417 | 132 | 111 |
| Binary | 10111100 | 1111010 | 11111000 | 11000 | 110011 | 0 | 11 | 100001111 | 1011010 | 1001001 |
Color Harmonies of #BC7AF8
Complementary color
Monochromatic Colors of #BC7AF8
Black with #BC7AF8
Text Example
Text Example
White with #BC7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AF8; }
p { color: rgb(188,122,248); }
H1.HeaderClassName
{
color: #BC7AF8;
}
.AnyTagClassName
{
color: #BC7AF8;
}
</style>
background-color css
<style>
a { background-color: #BC7AF8; }
a { background-color: rgb(188,122,248); }
div.DivClassName
{
background-color: #BC7AF8;
}
.BgClassName
{
background-color: #BC7AF8;
}
</style>
border-color css
<style>
span { border-color: #BC7AF8; }
span { border-color: rgb(188,122,248); }
td.TdClassName
{
border-color: #BC7AF8;
}
.TagClassName
{
border-color: #BC7AF8;
}
</style>