Shades of Heliotrope #BC7BF2
Tints of Heliotrope #BC7BF2
RGB
CMYK
RGB Variations
Color information
#BC7BF2 (or 0xBC7BF2) is known color: Heliotrope. HEX triplet: BC, 7B and F2. RGB value is (188,123,242). Sum of RGB (Red+Green+Blue) = 188+123+242=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BF2 is #43840D. Grayscale: #9B9B9B. Windows color (decimal): -4424718 or 15891388. OLE color: 15891388.
HSL color Cylindrical-coordinate representation of color #BC7BF2: hue angle of 272.77º 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 #BC7BF2 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 123 | 242 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.05 |
| HSL | 272.77º | 0.82% | 0.72% | - |
| HSV(B) | 272.77º | 0.49% | 0.95% | - |
| XYZ | 43.85 | 31.27 | 87.73 | - |
| YUV | 156 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 242 | 0.22 | 0.49 | 0 | 0.05 | 272.77 | 0.82 | 0.72 |
| Hex | BC | 7B | F2 | 16 | 31 | 0 | 5 | 111 | 52 | 48 |
| Octal | 274 | 173 | 362 | 26 | 61 | 0 | 5 | 421 | 122 | 110 |
| Binary | 10111100 | 1111011 | 11110010 | 10110 | 110001 | 0 | 101 | 100010001 | 1010010 | 1001000 |
Color Harmonies of #BC7BF2
Complementary color
Monochromatic Colors of #BC7BF2
Black with #BC7BF2
Text Example
Text Example
White with #BC7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BF2; }
p { color: rgb(188,123,242); }
H1.HeaderClassName
{
color: #BC7BF2;
}
.AnyTagClassName
{
color: #BC7BF2;
}
</style>
background-color css
<style>
a { background-color: #BC7BF2; }
a { background-color: rgb(188,123,242); }
div.DivClassName
{
background-color: #BC7BF2;
}
.BgClassName
{
background-color: #BC7BF2;
}
</style>
border-color css
<style>
span { border-color: #BC7BF2; }
span { border-color: rgb(188,123,242); }
td.TdClassName
{
border-color: #BC7BF2;
}
.TagClassName
{
border-color: #BC7BF2;
}
</style>