Shades of Heliotrope #BC6BFE
Tints of Heliotrope #BC6BFE
RGB
CMYK
RGB Variations
Color information
#BC6BFE (or 0xBC6BFE) is known color: Heliotrope. HEX triplet: BC, 6B and FE. RGB value is (188,107,254). Sum of RGB (Red+Green+Blue) = 188+107+254=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BFE is #439401. Grayscale: #939393. Windows color (decimal): -4428802 or 16673724. OLE color: 16673724.
HSL color Cylindrical-coordinate representation of color #BC6BFE: hue angle of 273.06º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC6BFE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 107 | 254 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.00 |
| HSL | 273.06º | 0.99% | 0.71% | - |
| HSV(B) | 273.06º | 0.58% | 1% | - |
| XYZ | 43.89 | 28.36 | 96.93 | - |
| YUV | 147.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 254 | 0.26 | 0.58 | 0 | 0.00 | 273.06 | 0.99 | 0.71 |
| Hex | BC | 6B | FE | 1A | 3A | 0 | 0 | 111 | 63 | 47 |
| Octal | 274 | 153 | 376 | 32 | 72 | 0 | 0 | 421 | 143 | 107 |
| Binary | 10111100 | 1101011 | 11111110 | 11010 | 111010 | 0 | 0 | 100010001 | 1100011 | 1000111 |
Color Harmonies of #BC6BFE
Complementary color
Monochromatic Colors of #BC6BFE
Black with #BC6BFE
Text Example
Text Example
White with #BC6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BFE; }
p { color: rgb(188,107,254); }
H1.HeaderClassName
{
color: #BC6BFE;
}
.AnyTagClassName
{
color: #BC6BFE;
}
</style>
background-color css
<style>
a { background-color: #BC6BFE; }
a { background-color: rgb(188,107,254); }
div.DivClassName
{
background-color: #BC6BFE;
}
.BgClassName
{
background-color: #BC6BFE;
}
</style>
border-color css
<style>
span { border-color: #BC6BFE; }
span { border-color: rgb(188,107,254); }
td.TdClassName
{
border-color: #BC6BFE;
}
.TagClassName
{
border-color: #BC6BFE;
}
</style>