Shades of Heliotrope #BC7FFB
Tints of Heliotrope #BC7FFB
RGB
CMYK
RGB Variations
Color information
#BC7FFB (or 0xBC7FFB) is known color: Heliotrope. HEX triplet: BC, 7F and FB. RGB value is (188,127,251). Sum of RGB (Red+Green+Blue) = 188+127+251=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFB is #438004. Grayscale: #9E9E9E. Windows color (decimal): -4423685 or 16482236. OLE color: 16482236.
HSL color Cylindrical-coordinate representation of color #BC7FFB: hue angle of 269.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7FFB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 127 | 251 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.02 |
| HSL | 269.52º | 0.94% | 0.74% | - |
| HSV(B) | 269.52º | 0.49% | 0.98% | - |
| XYZ | 45.74 | 32.84 | 95.19 | - |
| YUV | 159.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 251 | 0.25 | 0.49 | 0 | 0.02 | 269.52 | 0.94 | 0.74 |
| Hex | BC | 7F | FB | 19 | 31 | 0 | 2 | 10E | 5E | 4A |
| Octal | 274 | 177 | 373 | 31 | 61 | 0 | 2 | 416 | 136 | 112 |
| Binary | 10111100 | 1111111 | 11111011 | 11001 | 110001 | 0 | 10 | 100001110 | 1011110 | 1001010 |
Color Harmonies of #BC7FFB
Complementary color
Monochromatic Colors of #BC7FFB
Black with #BC7FFB
Text Example
Text Example
White with #BC7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FFB; }
p { color: rgb(188,127,251); }
H1.HeaderClassName
{
color: #BC7FFB;
}
.AnyTagClassName
{
color: #BC7FFB;
}
</style>
background-color css
<style>
a { background-color: #BC7FFB; }
a { background-color: rgb(188,127,251); }
div.DivClassName
{
background-color: #BC7FFB;
}
.BgClassName
{
background-color: #BC7FFB;
}
</style>
border-color css
<style>
span { border-color: #BC7FFB; }
span { border-color: rgb(188,127,251); }
td.TdClassName
{
border-color: #BC7FFB;
}
.TagClassName
{
border-color: #BC7FFB;
}
</style>