Shades of Heliotrope #BC6CFD
Tints of Heliotrope #BC6CFD
RGB
CMYK
RGB Variations
Color information
#BC6CFD (or 0xBC6CFD) is known color: Heliotrope. HEX triplet: BC, 6C and FD. RGB value is (188,108,253). Sum of RGB (Red+Green+Blue) = 188+108+253=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFD is #439302. Grayscale: #939393. Windows color (decimal): -4428547 or 16608444. OLE color: 16608444.
HSL color Cylindrical-coordinate representation of color #BC6CFD: hue angle of 273.1º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6CFD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 108 | 253 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.01 |
| HSL | 273.1º | 0.97% | 0.71% | - |
| HSV(B) | 273.1º | 0.57% | 0.99% | - |
| XYZ | 43.83 | 28.51 | 96.12 | - |
| YUV | 148.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 253 | 0.26 | 0.57 | 0 | 0.01 | 273.1 | 0.97 | 0.71 |
| Hex | BC | 6C | FD | 1A | 39 | 0 | 1 | 111 | 61 | 47 |
| Octal | 274 | 154 | 375 | 32 | 71 | 0 | 1 | 421 | 141 | 107 |
| Binary | 10111100 | 1101100 | 11111101 | 11010 | 111001 | 0 | 1 | 100010001 | 1100001 | 1000111 |
Color Harmonies of #BC6CFD
Complementary color
Monochromatic Colors of #BC6CFD
Black with #BC6CFD
Text Example
Text Example
White with #BC6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CFD; }
p { color: rgb(188,108,253); }
H1.HeaderClassName
{
color: #BC6CFD;
}
.AnyTagClassName
{
color: #BC6CFD;
}
</style>
background-color css
<style>
a { background-color: #BC6CFD; }
a { background-color: rgb(188,108,253); }
div.DivClassName
{
background-color: #BC6CFD;
}
.BgClassName
{
background-color: #BC6CFD;
}
</style>
border-color css
<style>
span { border-color: #BC6CFD; }
span { border-color: rgb(188,108,253); }
td.TdClassName
{
border-color: #BC6CFD;
}
.TagClassName
{
border-color: #BC6CFD;
}
</style>