Shades of Heliotrope #BC7CF2
Tints of Heliotrope #BC7CF2
RGB
CMYK
RGB Variations
Color information
#BC7CF2 (or 0xBC7CF2) is known color: Heliotrope. HEX triplet: BC, 7C and F2. RGB value is (188,124,242). Sum of RGB (Red+Green+Blue) = 188+124+242=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC7CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF2 is #43830D. Grayscale: #9C9C9C. Windows color (decimal): -4424462 or 15891644. OLE color: 15891644.
HSL color Cylindrical-coordinate representation of color #BC7CF2: hue angle of 272.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7CF2 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 124 | 242 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.05 |
| HSL | 272.54º | 0.82% | 0.72% | - |
| HSV(B) | 272.54º | 0.49% | 0.95% | - |
| XYZ | 43.97 | 31.52 | 87.77 | - |
| YUV | 156.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 242 | 0.22 | 0.49 | 0 | 0.05 | 272.54 | 0.82 | 0.72 |
| Hex | BC | 7C | F2 | 16 | 31 | 0 | 5 | 111 | 52 | 48 |
| Octal | 274 | 174 | 362 | 26 | 61 | 0 | 5 | 421 | 122 | 110 |
| Binary | 10111100 | 1111100 | 11110010 | 10110 | 110001 | 0 | 101 | 100010001 | 1010010 | 1001000 |
Color Harmonies of #BC7CF2
Complementary color
Monochromatic Colors of #BC7CF2
Black with #BC7CF2
Text Example
Text Example
White with #BC7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CF2; }
p { color: rgb(188,124,242); }
H1.HeaderClassName
{
color: #BC7CF2;
}
.AnyTagClassName
{
color: #BC7CF2;
}
</style>
background-color css
<style>
a { background-color: #BC7CF2; }
a { background-color: rgb(188,124,242); }
div.DivClassName
{
background-color: #BC7CF2;
}
.BgClassName
{
background-color: #BC7CF2;
}
</style>
border-color css
<style>
span { border-color: #BC7CF2; }
span { border-color: rgb(188,124,242); }
td.TdClassName
{
border-color: #BC7CF2;
}
.TagClassName
{
border-color: #BC7CF2;
}
</style>