Shades of Heliotrope #BC7EFB
Tints of Heliotrope #BC7EFB
RGB
CMYK
RGB Variations
Color information
#BC7EFB (or 0xBC7EFB) is known color: Heliotrope. HEX triplet: BC, 7E and FB. RGB value is (188,126,251). Sum of RGB (Red+Green+Blue) = 188+126+251=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFB is #438104. Grayscale: #9E9E9E. Windows color (decimal): -4423941 or 16481980. OLE color: 16481980.
HSL color Cylindrical-coordinate representation of color #BC7EFB: hue angle of 269.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7EFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 126 | 251 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 269.76º | 0.94% | 0.74% | - |
| HSV(B) | 269.76º | 0.5% | 0.98% | - |
| XYZ | 45.61 | 32.58 | 95.15 | - |
| YUV | 158.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 251 | 0.25 | 0.50 | 0 | 0.02 | 269.76 | 0.94 | 0.74 |
| Hex | BC | 7E | FB | 19 | 32 | 0 | 2 | 10E | 5E | 4A |
| Octal | 274 | 176 | 373 | 31 | 62 | 0 | 2 | 416 | 136 | 112 |
| Binary | 10111100 | 1111110 | 11111011 | 11001 | 110010 | 0 | 10 | 100001110 | 1011110 | 1001010 |
Color Harmonies of #BC7EFB
Complementary color
Monochromatic Colors of #BC7EFB
Black with #BC7EFB
Text Example
Text Example
White with #BC7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EFB; }
p { color: rgb(188,126,251); }
H1.HeaderClassName
{
color: #BC7EFB;
}
.AnyTagClassName
{
color: #BC7EFB;
}
</style>
background-color css
<style>
a { background-color: #BC7EFB; }
a { background-color: rgb(188,126,251); }
div.DivClassName
{
background-color: #BC7EFB;
}
.BgClassName
{
background-color: #BC7EFB;
}
</style>
border-color css
<style>
span { border-color: #BC7EFB; }
span { border-color: rgb(188,126,251); }
td.TdClassName
{
border-color: #BC7EFB;
}
.TagClassName
{
border-color: #BC7EFB;
}
</style>