Shades of Heliotrope #BC6FFD
Tints of Heliotrope #BC6FFD
RGB
CMYK
RGB Variations
Color information
#BC6FFD (or 0xBC6FFD) is known color: Heliotrope. HEX triplet: BC, 6F and FD. RGB value is (188,111,253). Sum of RGB (Red+Green+Blue) = 188+111+253=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FFD is #439002. Grayscale: #959595. Windows color (decimal): -4427779 or 16609212. OLE color: 16609212.
HSL color Cylindrical-coordinate representation of color #BC6FFD: hue angle of 272.54º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6FFD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 111 | 253 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.01 |
| HSL | 272.54º | 0.97% | 0.71% | - |
| HSV(B) | 272.54º | 0.56% | 0.99% | - |
| XYZ | 44.15 | 29.15 | 96.23 | - |
| YUV | 150.21 | 186.01 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 253 | 0.26 | 0.56 | 0 | 0.01 | 272.54 | 0.97 | 0.71 |
| Hex | BC | 6F | FD | 1A | 38 | 0 | 1 | 111 | 61 | 47 |
| Octal | 274 | 157 | 375 | 32 | 70 | 0 | 1 | 421 | 141 | 107 |
| Binary | 10111100 | 1101111 | 11111101 | 11010 | 111000 | 0 | 1 | 100010001 | 1100001 | 1000111 |
Color Harmonies of #BC6FFD
Complementary color
Monochromatic Colors of #BC6FFD
Black with #BC6FFD
Text Example
Text Example
White with #BC6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FFD; }
p { color: rgb(188,111,253); }
H1.HeaderClassName
{
color: #BC6FFD;
}
.AnyTagClassName
{
color: #BC6FFD;
}
</style>
background-color css
<style>
a { background-color: #BC6FFD; }
a { background-color: rgb(188,111,253); }
div.DivClassName
{
background-color: #BC6FFD;
}
.BgClassName
{
background-color: #BC6FFD;
}
</style>
border-color css
<style>
span { border-color: #BC6FFD; }
span { border-color: rgb(188,111,253); }
td.TdClassName
{
border-color: #BC6FFD;
}
.TagClassName
{
border-color: #BC6FFD;
}
</style>