Shades of Heliotrope #BC7AF1
Tints of Heliotrope #BC7AF1
RGB
CMYK
RGB Variations
Color information
#BC7AF1 (or 0xBC7AF1) is known color: Heliotrope. HEX triplet: BC, 7A and F1. RGB value is (188,122,241). Sum of RGB (Red+Green+Blue) = 188+122+241=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AF1 is #43850E. Grayscale: #9A9A9A. Windows color (decimal): -4424975 or 15825596. OLE color: 15825596.
HSL color Cylindrical-coordinate representation of color #BC7AF1: hue angle of 273.28º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7AF1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 122 | 241 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.05 |
| HSL | 273.28º | 0.81% | 0.71% | - |
| HSV(B) | 273.28º | 0.49% | 0.95% | - |
| XYZ | 43.58 | 30.96 | 86.9 | - |
| YUV | 155.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 241 | 0.22 | 0.49 | 0 | 0.05 | 273.28 | 0.81 | 0.71 |
| Hex | BC | 7A | F1 | 16 | 31 | 0 | 5 | 111 | 51 | 47 |
| Octal | 274 | 172 | 361 | 26 | 61 | 0 | 5 | 421 | 121 | 107 |
| Binary | 10111100 | 1111010 | 11110001 | 10110 | 110001 | 0 | 101 | 100010001 | 1010001 | 1000111 |
Color Harmonies of #BC7AF1
Complementary color
Monochromatic Colors of #BC7AF1
Black with #BC7AF1
Text Example
Text Example
White with #BC7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AF1; }
p { color: rgb(188,122,241); }
H1.HeaderClassName
{
color: #BC7AF1;
}
.AnyTagClassName
{
color: #BC7AF1;
}
</style>
background-color css
<style>
a { background-color: #BC7AF1; }
a { background-color: rgb(188,122,241); }
div.DivClassName
{
background-color: #BC7AF1;
}
.BgClassName
{
background-color: #BC7AF1;
}
</style>
border-color css
<style>
span { border-color: #BC7AF1; }
span { border-color: rgb(188,122,241); }
td.TdClassName
{
border-color: #BC7AF1;
}
.TagClassName
{
border-color: #BC7AF1;
}
</style>