Shades of Heliotrope #BC7AF5
Tints of Heliotrope #BC7AF5
RGB
CMYK
RGB Variations
Color information
#BC7AF5 (or 0xBC7AF5) is known color: Heliotrope. HEX triplet: BC, 7A and F5. RGB value is (188,122,245). Sum of RGB (Red+Green+Blue) = 188+122+245=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AF5 is #43850A. Grayscale: #9B9B9B. Windows color (decimal): -4424971 or 16087740. OLE color: 16087740.
HSL color Cylindrical-coordinate representation of color #BC7AF5: hue angle of 272.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7AF5 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 122 | 245 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.04 |
| HSL | 272.2º | 0.86% | 0.72% | - |
| HSV(B) | 272.2º | 0.5% | 0.96% | - |
| XYZ | 44.18 | 31.2 | 90.08 | - |
| YUV | 155.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 245 | 0.23 | 0.50 | 0 | 0.04 | 272.2 | 0.86 | 0.72 |
| Hex | BC | 7A | F5 | 17 | 32 | 0 | 4 | 110 | 56 | 48 |
| Octal | 274 | 172 | 365 | 27 | 62 | 0 | 4 | 420 | 126 | 110 |
| Binary | 10111100 | 1111010 | 11110101 | 10111 | 110010 | 0 | 100 | 100010000 | 1010110 | 1001000 |
Color Harmonies of #BC7AF5
Complementary color
Monochromatic Colors of #BC7AF5
Black with #BC7AF5
Text Example
Text Example
White with #BC7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AF5; }
p { color: rgb(188,122,245); }
H1.HeaderClassName
{
color: #BC7AF5;
}
.AnyTagClassName
{
color: #BC7AF5;
}
</style>
background-color css
<style>
a { background-color: #BC7AF5; }
a { background-color: rgb(188,122,245); }
div.DivClassName
{
background-color: #BC7AF5;
}
.BgClassName
{
background-color: #BC7AF5;
}
</style>
border-color css
<style>
span { border-color: #BC7AF5; }
span { border-color: rgb(188,122,245); }
td.TdClassName
{
border-color: #BC7AF5;
}
.TagClassName
{
border-color: #BC7AF5;
}
</style>