Shades of Heliotrope #BC6BFD
Tints of Heliotrope #BC6BFD
RGB
CMYK
RGB Variations
Color information
#BC6BFD (or 0xBC6BFD) is known color: Heliotrope. HEX triplet: BC, 6B and FD. RGB value is (188,107,253). Sum of RGB (Red+Green+Blue) = 188+107+253=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BFD is #439402. Grayscale: #939393. Windows color (decimal): -4428803 or 16608188. OLE color: 16608188.
HSL color Cylindrical-coordinate representation of color #BC6BFD: hue angle of 273.29º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC6BFD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 107 | 253 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.01 |
| HSL | 273.29º | 0.97% | 0.71% | - |
| HSV(B) | 273.29º | 0.58% | 0.99% | - |
| XYZ | 43.73 | 28.3 | 96.09 | - |
| YUV | 147.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 253 | 0.26 | 0.58 | 0 | 0.01 | 273.29 | 0.97 | 0.71 |
| Hex | BC | 6B | FD | 1A | 3A | 0 | 1 | 111 | 61 | 47 |
| Octal | 274 | 153 | 375 | 32 | 72 | 0 | 1 | 421 | 141 | 107 |
| Binary | 10111100 | 1101011 | 11111101 | 11010 | 111010 | 0 | 1 | 100010001 | 1100001 | 1000111 |
Color Harmonies of #BC6BFD
Complementary color
Monochromatic Colors of #BC6BFD
Black with #BC6BFD
Text Example
Text Example
White with #BC6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BFD; }
p { color: rgb(188,107,253); }
H1.HeaderClassName
{
color: #BC6BFD;
}
.AnyTagClassName
{
color: #BC6BFD;
}
</style>
background-color css
<style>
a { background-color: #BC6BFD; }
a { background-color: rgb(188,107,253); }
div.DivClassName
{
background-color: #BC6BFD;
}
.BgClassName
{
background-color: #BC6BFD;
}
</style>
border-color css
<style>
span { border-color: #BC6BFD; }
span { border-color: rgb(188,107,253); }
td.TdClassName
{
border-color: #BC6BFD;
}
.TagClassName
{
border-color: #BC6BFD;
}
</style>