Shades of Heliotrope #BC69FE
Tints of Heliotrope #BC69FE
RGB
CMYK
RGB Variations
Color information
#BC69FE (or 0xBC69FE) is known color: Heliotrope. HEX triplet: BC, 69 and FE. RGB value is (188,105,254). Sum of RGB (Red+Green+Blue) = 188+105+254=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69FE is #439601. Grayscale: #929292. Windows color (decimal): -4429314 or 16673212. OLE color: 16673212.
HSL color Cylindrical-coordinate representation of color #BC69FE: hue angle of 273.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC69FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 105 | 254 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.00 |
| HSL | 273.42º | 0.99% | 0.7% | - |
| HSV(B) | 273.42º | 0.59% | 1% | - |
| XYZ | 43.68 | 27.95 | 96.86 | - |
| YUV | 146.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 254 | 0.26 | 0.59 | 0 | 0.00 | 273.42 | 0.99 | 0.7 |
| Hex | BC | 69 | FE | 1A | 3B | 0 | 0 | 111 | 63 | 46 |
| Octal | 274 | 151 | 376 | 32 | 73 | 0 | 0 | 421 | 143 | 106 |
| Binary | 10111100 | 1101001 | 11111110 | 11010 | 111011 | 0 | 0 | 100010001 | 1100011 | 1000110 |
Color Harmonies of #BC69FE
Complementary color
Monochromatic Colors of #BC69FE
Black with #BC69FE
Text Example
Text Example
White with #BC69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69FE; }
p { color: rgb(188,105,254); }
H1.HeaderClassName
{
color: #BC69FE;
}
.AnyTagClassName
{
color: #BC69FE;
}
</style>
background-color css
<style>
a { background-color: #BC69FE; }
a { background-color: rgb(188,105,254); }
div.DivClassName
{
background-color: #BC69FE;
}
.BgClassName
{
background-color: #BC69FE;
}
</style>
border-color css
<style>
span { border-color: #BC69FE; }
span { border-color: rgb(188,105,254); }
td.TdClassName
{
border-color: #BC69FE;
}
.TagClassName
{
border-color: #BC69FE;
}
</style>