Shades of Heliotrope #BC7AFB
Tints of Heliotrope #BC7AFB
RGB
CMYK
RGB Variations
Color information
#BC7AFB (or 0xBC7AFB) is known color: Heliotrope. HEX triplet: BC, 7A and FB. RGB value is (188,122,251). Sum of RGB (Red+Green+Blue) = 188+122+251=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AFB is #438504. Grayscale: #9B9B9B. Windows color (decimal): -4424965 or 16480956. OLE color: 16480956.
HSL color Cylindrical-coordinate representation of color #BC7AFB: hue angle of 270.7º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7AFB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 122 | 251 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.02 |
| HSL | 270.7º | 0.94% | 0.73% | - |
| HSV(B) | 270.7º | 0.51% | 0.98% | - |
| XYZ | 45.11 | 31.58 | 94.98 | - |
| YUV | 156.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 251 | 0.25 | 0.51 | 0 | 0.02 | 270.7 | 0.94 | 0.73 |
| Hex | BC | 7A | FB | 19 | 33 | 0 | 2 | 10F | 5E | 49 |
| Octal | 274 | 172 | 373 | 31 | 63 | 0 | 2 | 417 | 136 | 111 |
| Binary | 10111100 | 1111010 | 11111011 | 11001 | 110011 | 0 | 10 | 100001111 | 1011110 | 1001001 |
Color Harmonies of #BC7AFB
Complementary color
Monochromatic Colors of #BC7AFB
Black with #BC7AFB
Text Example
Text Example
White with #BC7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AFB; }
p { color: rgb(188,122,251); }
H1.HeaderClassName
{
color: #BC7AFB;
}
.AnyTagClassName
{
color: #BC7AFB;
}
</style>
background-color css
<style>
a { background-color: #BC7AFB; }
a { background-color: rgb(188,122,251); }
div.DivClassName
{
background-color: #BC7AFB;
}
.BgClassName
{
background-color: #BC7AFB;
}
</style>
border-color css
<style>
span { border-color: #BC7AFB; }
span { border-color: rgb(188,122,251); }
td.TdClassName
{
border-color: #BC7AFB;
}
.TagClassName
{
border-color: #BC7AFB;
}
</style>