Shades of Heliotrope #BC7CF9
Tints of Heliotrope #BC7CF9
RGB
CMYK
RGB Variations
Color information
#BC7CF9 (or 0xBC7CF9) is known color: Heliotrope. HEX triplet: BC, 7C and F9. RGB value is (188,124,249). Sum of RGB (Red+Green+Blue) = 188+124+249=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF9 is #438306. Grayscale: #9C9C9C. Windows color (decimal): -4424455 or 16350396. OLE color: 16350396.
HSL color Cylindrical-coordinate representation of color #BC7CF9: hue angle of 270.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7CF9 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 124 | 249 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.02 |
| HSL | 270.72º | 0.91% | 0.73% | - |
| HSV(B) | 270.72º | 0.5% | 0.98% | - |
| XYZ | 45.05 | 31.95 | 93.41 | - |
| YUV | 157.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 249 | 0.24 | 0.50 | 0 | 0.02 | 270.72 | 0.91 | 0.73 |
| Hex | BC | 7C | F9 | 18 | 32 | 0 | 2 | 10F | 5B | 49 |
| Octal | 274 | 174 | 371 | 30 | 62 | 0 | 2 | 417 | 133 | 111 |
| Binary | 10111100 | 1111100 | 11111001 | 11000 | 110010 | 0 | 10 | 100001111 | 1011011 | 1001001 |
Color Harmonies of #BC7CF9
Complementary color
Monochromatic Colors of #BC7CF9
Black with #BC7CF9
Text Example
Text Example
White with #BC7CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CF9; }
p { color: rgb(188,124,249); }
H1.HeaderClassName
{
color: #BC7CF9;
}
.AnyTagClassName
{
color: #BC7CF9;
}
</style>
background-color css
<style>
a { background-color: #BC7CF9; }
a { background-color: rgb(188,124,249); }
div.DivClassName
{
background-color: #BC7CF9;
}
.BgClassName
{
background-color: #BC7CF9;
}
</style>
border-color css
<style>
span { border-color: #BC7CF9; }
span { border-color: rgb(188,124,249); }
td.TdClassName
{
border-color: #BC7CF9;
}
.TagClassName
{
border-color: #BC7CF9;
}
</style>