Shades of Heliotrope #BC7BF4
Tints of Heliotrope #BC7BF4
RGB
CMYK
RGB Variations
Color information
#BC7BF4 (or 0xBC7BF4) is known color: Heliotrope. HEX triplet: BC, 7B and F4. RGB value is (188,123,244). Sum of RGB (Red+Green+Blue) = 188+123+244=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC7BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BF4 is #43840B. Grayscale: #9B9B9B. Windows color (decimal): -4424716 or 16022460. OLE color: 16022460.
HSL color Cylindrical-coordinate representation of color #BC7BF4: hue angle of 272.23º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7BF4 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 123 | 244 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.04 |
| HSL | 272.23º | 0.85% | 0.72% | - |
| HSV(B) | 272.23º | 0.5% | 0.96% | - |
| XYZ | 44.15 | 31.39 | 89.32 | - |
| YUV | 156.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 244 | 0.23 | 0.50 | 0 | 0.04 | 272.23 | 0.85 | 0.72 |
| Hex | BC | 7B | F4 | 17 | 32 | 0 | 4 | 110 | 55 | 48 |
| Octal | 274 | 173 | 364 | 27 | 62 | 0 | 4 | 420 | 125 | 110 |
| Binary | 10111100 | 1111011 | 11110100 | 10111 | 110010 | 0 | 100 | 100010000 | 1010101 | 1001000 |
Color Harmonies of #BC7BF4
Complementary color
Monochromatic Colors of #BC7BF4
Black with #BC7BF4
Text Example
Text Example
White with #BC7BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BF4; }
p { color: rgb(188,123,244); }
H1.HeaderClassName
{
color: #BC7BF4;
}
.AnyTagClassName
{
color: #BC7BF4;
}
</style>
background-color css
<style>
a { background-color: #BC7BF4; }
a { background-color: rgb(188,123,244); }
div.DivClassName
{
background-color: #BC7BF4;
}
.BgClassName
{
background-color: #BC7BF4;
}
</style>
border-color css
<style>
span { border-color: #BC7BF4; }
span { border-color: rgb(188,123,244); }
td.TdClassName
{
border-color: #BC7BF4;
}
.TagClassName
{
border-color: #BC7BF4;
}
</style>