Shades of Heliotrope #BC7AFE
Tints of Heliotrope #BC7AFE
RGB
CMYK
RGB Variations
Color information
#BC7AFE (or 0xBC7AFE) is known color: Heliotrope. HEX triplet: BC, 7A and FE. RGB value is (188,122,254). Sum of RGB (Red+Green+Blue) = 188+122+254=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AFE is #438501. Grayscale: #9C9C9C. Windows color (decimal): -4424962 or 16677564. OLE color: 16677564.
HSL color Cylindrical-coordinate representation of color #BC7AFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC7AFE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 122 | 254 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.74% | - |
| HSV(B) | 270º | 0.52% | 1% | - |
| XYZ | 45.59 | 31.77 | 97.49 | - |
| YUV | 156.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 254 | 0.26 | 0.52 | 0 | 0.00 | 270 | 0.99 | 0.74 |
| Hex | BC | 7A | FE | 1A | 34 | 0 | 0 | 10E | 63 | 4A |
| Octal | 274 | 172 | 376 | 32 | 64 | 0 | 0 | 416 | 143 | 112 |
| Binary | 10111100 | 1111010 | 11111110 | 11010 | 110100 | 0 | 0 | 100001110 | 1100011 | 1001010 |
Color Harmonies of #BC7AFE
Complementary color
Monochromatic Colors of #BC7AFE
Black with #BC7AFE
Text Example
Text Example
White with #BC7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AFE; }
p { color: rgb(188,122,254); }
H1.HeaderClassName
{
color: #BC7AFE;
}
.AnyTagClassName
{
color: #BC7AFE;
}
</style>
background-color css
<style>
a { background-color: #BC7AFE; }
a { background-color: rgb(188,122,254); }
div.DivClassName
{
background-color: #BC7AFE;
}
.BgClassName
{
background-color: #BC7AFE;
}
</style>
border-color css
<style>
span { border-color: #BC7AFE; }
span { border-color: rgb(188,122,254); }
td.TdClassName
{
border-color: #BC7AFE;
}
.TagClassName
{
border-color: #BC7AFE;
}
</style>