Shades of Heliotrope #BC74FA
Tints of Heliotrope #BC74FA
RGB
CMYK
RGB Variations
Color information
#BC74FA (or 0xBC74FA) is known color: Heliotrope. HEX triplet: BC, 74 and FA. RGB value is (188,116,250). Sum of RGB (Red+Green+Blue) = 188+116+250=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74FA is #438B05. Grayscale: #989898. Windows color (decimal): -4426502 or 16413884. OLE color: 16413884.
HSL color Cylindrical-coordinate representation of color #BC74FA: hue angle of 272.24º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC74FA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 116 | 250 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.02 |
| HSL | 272.24º | 0.93% | 0.72% | - |
| HSV(B) | 272.24º | 0.54% | 0.98% | - |
| XYZ | 44.24 | 30.08 | 93.92 | - |
| YUV | 152.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 250 | 0.25 | 0.54 | 0 | 0.02 | 272.24 | 0.93 | 0.72 |
| Hex | BC | 74 | FA | 19 | 36 | 0 | 2 | 110 | 5D | 48 |
| Octal | 274 | 164 | 372 | 31 | 66 | 0 | 2 | 420 | 135 | 110 |
| Binary | 10111100 | 1110100 | 11111010 | 11001 | 110110 | 0 | 10 | 100010000 | 1011101 | 1001000 |
Color Harmonies of #BC74FA
Complementary color
Monochromatic Colors of #BC74FA
Black with #BC74FA
Text Example
Text Example
White with #BC74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74FA; }
p { color: rgb(188,116,250); }
H1.HeaderClassName
{
color: #BC74FA;
}
.AnyTagClassName
{
color: #BC74FA;
}
</style>
background-color css
<style>
a { background-color: #BC74FA; }
a { background-color: rgb(188,116,250); }
div.DivClassName
{
background-color: #BC74FA;
}
.BgClassName
{
background-color: #BC74FA;
}
</style>
border-color css
<style>
span { border-color: #BC74FA; }
span { border-color: rgb(188,116,250); }
td.TdClassName
{
border-color: #BC74FA;
}
.TagClassName
{
border-color: #BC74FA;
}
</style>