Shades of Heliotrope #BC65F9
Tints of Heliotrope #BC65F9
RGB
CMYK
RGB Variations
Color information
#BC65F9 (or 0xBC65F9) is known color: Heliotrope. HEX triplet: BC, 65 and F9. RGB value is (188,101,249). Sum of RGB (Red+Green+Blue) = 188+101+249=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC65F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F9 is #439A06. Grayscale: #8F8F8F. Windows color (decimal): -4430343 or 16344508. OLE color: 16344508.
HSL color Cylindrical-coordinate representation of color #BC65F9: hue angle of 275.27º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC65F9 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 101 | 249 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.02 |
| HSL | 275.27º | 0.93% | 0.69% | - |
| HSV(B) | 275.27º | 0.59% | 0.98% | - |
| XYZ | 42.49 | 26.84 | 92.56 | - |
| YUV | 143.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 249 | 0.24 | 0.59 | 0 | 0.02 | 275.27 | 0.93 | 0.69 |
| Hex | BC | 65 | F9 | 18 | 3B | 0 | 2 | 113 | 5C | 45 |
| Octal | 274 | 145 | 371 | 30 | 73 | 0 | 2 | 423 | 134 | 105 |
| Binary | 10111100 | 1100101 | 11111001 | 11000 | 111011 | 0 | 10 | 100010011 | 1011100 | 1000101 |
Color Harmonies of #BC65F9
Complementary color
Monochromatic Colors of #BC65F9
Black with #BC65F9
Text Example
Text Example
White with #BC65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65F9; }
p { color: rgb(188,101,249); }
H1.HeaderClassName
{
color: #BC65F9;
}
.AnyTagClassName
{
color: #BC65F9;
}
</style>
background-color css
<style>
a { background-color: #BC65F9; }
a { background-color: rgb(188,101,249); }
div.DivClassName
{
background-color: #BC65F9;
}
.BgClassName
{
background-color: #BC65F9;
}
</style>
border-color css
<style>
span { border-color: #BC65F9; }
span { border-color: rgb(188,101,249); }
td.TdClassName
{
border-color: #BC65F9;
}
.TagClassName
{
border-color: #BC65F9;
}
</style>