Shades of Heliotrope #BC74F0
Tints of Heliotrope #BC74F0
RGB
CMYK
RGB Variations
Color information
#BC74F0 (or 0xBC74F0) is known color: Heliotrope. HEX triplet: BC, 74 and F0. RGB value is (188,116,240). Sum of RGB (Red+Green+Blue) = 188+116+240=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74F0 is #438B0F. Grayscale: #979797. Windows color (decimal): -4426512 or 15758524. OLE color: 15758524.
HSL color Cylindrical-coordinate representation of color #BC74F0: hue angle of 274.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC74F0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 116 | 240 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.06 |
| HSL | 274.84º | 0.81% | 0.7% | - |
| HSV(B) | 274.84º | 0.52% | 0.94% | - |
| XYZ | 42.71 | 29.47 | 85.88 | - |
| YUV | 151.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 240 | 0.22 | 0.52 | 0 | 0.06 | 274.84 | 0.81 | 0.7 |
| Hex | BC | 74 | F0 | 16 | 34 | 0 | 6 | 113 | 51 | 46 |
| Octal | 274 | 164 | 360 | 26 | 64 | 0 | 6 | 423 | 121 | 106 |
| Binary | 10111100 | 1110100 | 11110000 | 10110 | 110100 | 0 | 110 | 100010011 | 1010001 | 1000110 |
Color Harmonies of #BC74F0
Complementary color
Monochromatic Colors of #BC74F0
Black with #BC74F0
Text Example
Text Example
White with #BC74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74F0; }
p { color: rgb(188,116,240); }
H1.HeaderClassName
{
color: #BC74F0;
}
.AnyTagClassName
{
color: #BC74F0;
}
</style>
background-color css
<style>
a { background-color: #BC74F0; }
a { background-color: rgb(188,116,240); }
div.DivClassName
{
background-color: #BC74F0;
}
.BgClassName
{
background-color: #BC74F0;
}
</style>
border-color css
<style>
span { border-color: #BC74F0; }
span { border-color: rgb(188,116,240); }
td.TdClassName
{
border-color: #BC74F0;
}
.TagClassName
{
border-color: #BC74F0;
}
</style>