Shades of Heliotrope #BC7BED
Tints of Heliotrope #BC7BED
RGB
CMYK
RGB Variations
Color information
#BC7BED (or 0xBC7BED) is known color: Heliotrope. HEX triplet: BC, 7B and ED. RGB value is (188,123,237). Sum of RGB (Red+Green+Blue) = 188+123+237=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BED is #438412. Grayscale: #9B9B9B. Windows color (decimal): -4424723 or 15563708. OLE color: 15563708.
HSL color Cylindrical-coordinate representation of color #BC7BED: hue angle of 274.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7BED is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 123 | 237 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.07 |
| HSL | 274.21º | 0.76% | 0.71% | - |
| HSV(B) | 274.21º | 0.48% | 0.93% | - |
| XYZ | 43.11 | 30.97 | 83.83 | - |
| YUV | 155.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 237 | 0.21 | 0.48 | 0 | 0.07 | 274.21 | 0.76 | 0.71 |
| Hex | BC | 7B | ED | 15 | 30 | 0 | 7 | 112 | 4C | 47 |
| Octal | 274 | 173 | 355 | 25 | 60 | 0 | 7 | 422 | 114 | 107 |
| Binary | 10111100 | 1111011 | 11101101 | 10101 | 110000 | 0 | 111 | 100010010 | 1001100 | 1000111 |
Color Harmonies of #BC7BED
Complementary color
Monochromatic Colors of #BC7BED
Black with #BC7BED
Text Example
Text Example
White with #BC7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BED; }
p { color: rgb(188,123,237); }
H1.HeaderClassName
{
color: #BC7BED;
}
.AnyTagClassName
{
color: #BC7BED;
}
</style>
background-color css
<style>
a { background-color: #BC7BED; }
a { background-color: rgb(188,123,237); }
div.DivClassName
{
background-color: #BC7BED;
}
.BgClassName
{
background-color: #BC7BED;
}
</style>
border-color css
<style>
span { border-color: #BC7BED; }
span { border-color: rgb(188,123,237); }
td.TdClassName
{
border-color: #BC7BED;
}
.TagClassName
{
border-color: #BC7BED;
}
</style>