Shades of Heliotrope #BC74F3
Tints of Heliotrope #BC74F3
RGB
CMYK
RGB Variations
Color information
#BC74F3 (or 0xBC74F3) is known color: Heliotrope. HEX triplet: BC, 74 and F3. RGB value is (188,116,243). Sum of RGB (Red+Green+Blue) = 188+116+243=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC74F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74F3 is #438B0C. Grayscale: #979797. Windows color (decimal): -4426509 or 15955132. OLE color: 15955132.
HSL color Cylindrical-coordinate representation of color #BC74F3: hue angle of 274.02º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC74F3 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 116 | 243 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.05 |
| HSL | 274.02º | 0.84% | 0.7% | - |
| HSV(B) | 274.02º | 0.52% | 0.95% | - |
| XYZ | 43.16 | 29.65 | 88.24 | - |
| YUV | 152.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 243 | 0.23 | 0.52 | 0 | 0.05 | 274.02 | 0.84 | 0.7 |
| Hex | BC | 74 | F3 | 17 | 34 | 0 | 5 | 112 | 54 | 46 |
| Octal | 274 | 164 | 363 | 27 | 64 | 0 | 5 | 422 | 124 | 106 |
| Binary | 10111100 | 1110100 | 11110011 | 10111 | 110100 | 0 | 101 | 100010010 | 1010100 | 1000110 |
Color Harmonies of #BC74F3
Complementary color
Monochromatic Colors of #BC74F3
Black with #BC74F3
Text Example
Text Example
White with #BC74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74F3; }
p { color: rgb(188,116,243); }
H1.HeaderClassName
{
color: #BC74F3;
}
.AnyTagClassName
{
color: #BC74F3;
}
</style>
background-color css
<style>
a { background-color: #BC74F3; }
a { background-color: rgb(188,116,243); }
div.DivClassName
{
background-color: #BC74F3;
}
.BgClassName
{
background-color: #BC74F3;
}
</style>
border-color css
<style>
span { border-color: #BC74F3; }
span { border-color: rgb(188,116,243); }
td.TdClassName
{
border-color: #BC74F3;
}
.TagClassName
{
border-color: #BC74F3;
}
</style>