Shades of Heliotrope #BC7AFC
Tints of Heliotrope #BC7AFC
RGB
CMYK
RGB Variations
Color information
#BC7AFC (or 0xBC7AFC) is known color: Heliotrope. HEX triplet: BC, 7A and FC. RGB value is (188,122,252). Sum of RGB (Red+Green+Blue) = 188+122+252=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AFC is #438503. Grayscale: #9C9C9C. Windows color (decimal): -4424964 or 16546492. OLE color: 16546492.
HSL color Cylindrical-coordinate representation of color #BC7AFC: hue angle of 270.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC7AFC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 122 | 252 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.01 |
| HSL | 270.46º | 0.96% | 0.73% | - |
| HSV(B) | 270.46º | 0.52% | 0.99% | - |
| XYZ | 45.27 | 31.64 | 95.82 | - |
| YUV | 156.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 252 | 0.25 | 0.52 | 0 | 0.01 | 270.46 | 0.96 | 0.73 |
| Hex | BC | 7A | FC | 19 | 34 | 0 | 1 | 10E | 60 | 49 |
| Octal | 274 | 172 | 374 | 31 | 64 | 0 | 1 | 416 | 140 | 111 |
| Binary | 10111100 | 1111010 | 11111100 | 11001 | 110100 | 0 | 1 | 100001110 | 1100000 | 1001001 |
Color Harmonies of #BC7AFC
Complementary color
Monochromatic Colors of #BC7AFC
Black with #BC7AFC
Text Example
Text Example
White with #BC7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AFC; }
p { color: rgb(188,122,252); }
H1.HeaderClassName
{
color: #BC7AFC;
}
.AnyTagClassName
{
color: #BC7AFC;
}
</style>
background-color css
<style>
a { background-color: #BC7AFC; }
a { background-color: rgb(188,122,252); }
div.DivClassName
{
background-color: #BC7AFC;
}
.BgClassName
{
background-color: #BC7AFC;
}
</style>
border-color css
<style>
span { border-color: #BC7AFC; }
span { border-color: rgb(188,122,252); }
td.TdClassName
{
border-color: #BC7AFC;
}
.TagClassName
{
border-color: #BC7AFC;
}
</style>