Shades of Heliotrope #BC7BFF
Tints of Heliotrope #BC7BFF
RGB
CMYK
RGB Variations
Color information
#BC7BFF (or 0xBC7BFF) is known color: Heliotrope. HEX triplet: BC, 7B and FF. RGB value is (188,123,255). Sum of RGB (Red+Green+Blue) = 188+123+255=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BFF is #438400. Grayscale: #9D9D9D. Windows color (decimal): -4424705 or 16743356. OLE color: 16743356.
HSL color Cylindrical-coordinate representation of color #BC7BFF: hue angle of 269.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC7BFF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 123 | 255 | - |
| CMYK | 0.26 | 0.52 | 0 | 0 |
| HSL | 269.55º | 1% | 0.74% | - |
| HSV(B) | 269.55º | 0.52% | 1% | - |
| XYZ | 45.87 | 32.08 | 98.38 | - |
| YUV | 157.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 255 | 0.26 | 0.52 | 0 | 0 | 269.55 | 1 | 0.74 |
| Hex | BC | 7B | FF | 1A | 34 | 0 | 0 | 10E | 64 | 4A |
| Octal | 274 | 173 | 377 | 32 | 64 | 0 | 0 | 416 | 144 | 112 |
| Binary | 10111100 | 1111011 | 11111111 | 11010 | 110100 | 0 | 0 | 100001110 | 1100100 | 1001010 |
Color Harmonies of #BC7BFF
Complementary color
Monochromatic Colors of #BC7BFF
Black with #BC7BFF
Text Example
Text Example
White with #BC7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BFF; }
p { color: rgb(188,123,255); }
H1.HeaderClassName
{
color: #BC7BFF;
}
.AnyTagClassName
{
color: #BC7BFF;
}
</style>
background-color css
<style>
a { background-color: #BC7BFF; }
a { background-color: rgb(188,123,255); }
div.DivClassName
{
background-color: #BC7BFF;
}
.BgClassName
{
background-color: #BC7BFF;
}
</style>
border-color css
<style>
span { border-color: #BC7BFF; }
span { border-color: rgb(188,123,255); }
td.TdClassName
{
border-color: #BC7BFF;
}
.TagClassName
{
border-color: #BC7BFF;
}
</style>