Shades of Heliotrope #BC65FC
Tints of Heliotrope #BC65FC
RGB
CMYK
RGB Variations
Color information
#BC65FC (or 0xBC65FC) is known color: Heliotrope. HEX triplet: BC, 65 and FC. RGB value is (188,101,252). Sum of RGB (Red+Green+Blue) = 188+101+252=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC65FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65FC is #439A03. Grayscale: #8F8F8F. Windows color (decimal): -4430340 or 16541116. OLE color: 16541116.
HSL color Cylindrical-coordinate representation of color #BC65FC: hue angle of 274.57º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC65FC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 101 | 252 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.01 |
| HSL | 274.57º | 0.96% | 0.69% | - |
| HSV(B) | 274.57º | 0.6% | 0.99% | - |
| XYZ | 42.96 | 27.03 | 95.05 | - |
| YUV | 144.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 252 | 0.25 | 0.60 | 0 | 0.01 | 274.57 | 0.96 | 0.69 |
| Hex | BC | 65 | FC | 19 | 3C | 0 | 1 | 113 | 60 | 45 |
| Octal | 274 | 145 | 374 | 31 | 74 | 0 | 1 | 423 | 140 | 105 |
| Binary | 10111100 | 1100101 | 11111100 | 11001 | 111100 | 0 | 1 | 100010011 | 1100000 | 1000101 |
Color Harmonies of #BC65FC
Complementary color
Monochromatic Colors of #BC65FC
Black with #BC65FC
Text Example
Text Example
White with #BC65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65FC; }
p { color: rgb(188,101,252); }
H1.HeaderClassName
{
color: #BC65FC;
}
.AnyTagClassName
{
color: #BC65FC;
}
</style>
background-color css
<style>
a { background-color: #BC65FC; }
a { background-color: rgb(188,101,252); }
div.DivClassName
{
background-color: #BC65FC;
}
.BgClassName
{
background-color: #BC65FC;
}
</style>
border-color css
<style>
span { border-color: #BC65FC; }
span { border-color: rgb(188,101,252); }
td.TdClassName
{
border-color: #BC65FC;
}
.TagClassName
{
border-color: #BC65FC;
}
</style>