Shades of Heliotrope #BC67FE
Tints of Heliotrope #BC67FE
RGB
CMYK
RGB Variations
Color information
#BC67FE (or 0xBC67FE) is known color: Heliotrope. HEX triplet: BC, 67 and FE. RGB value is (188,103,254). Sum of RGB (Red+Green+Blue) = 188+103+254=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC67FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67FE is #439801. Grayscale: #919191. Windows color (decimal): -4429826 or 16672700. OLE color: 16672700.
HSL color Cylindrical-coordinate representation of color #BC67FE: hue angle of 273.77º 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 #BC67FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 103 | 254 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.00 |
| HSL | 273.77º | 0.99% | 0.7% | - |
| HSV(B) | 273.77º | 0.59% | 1% | - |
| XYZ | 43.48 | 27.55 | 96.79 | - |
| YUV | 145.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 254 | 0.26 | 0.59 | 0 | 0.00 | 273.77 | 0.99 | 0.7 |
| Hex | BC | 67 | FE | 1A | 3B | 0 | 0 | 112 | 63 | 46 |
| Octal | 274 | 147 | 376 | 32 | 73 | 0 | 0 | 422 | 143 | 106 |
| Binary | 10111100 | 1100111 | 11111110 | 11010 | 111011 | 0 | 0 | 100010010 | 1100011 | 1000110 |
Color Harmonies of #BC67FE
Complementary color
Monochromatic Colors of #BC67FE
Black with #BC67FE
Text Example
Text Example
White with #BC67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67FE; }
p { color: rgb(188,103,254); }
H1.HeaderClassName
{
color: #BC67FE;
}
.AnyTagClassName
{
color: #BC67FE;
}
</style>
background-color css
<style>
a { background-color: #BC67FE; }
a { background-color: rgb(188,103,254); }
div.DivClassName
{
background-color: #BC67FE;
}
.BgClassName
{
background-color: #BC67FE;
}
</style>
border-color css
<style>
span { border-color: #BC67FE; }
span { border-color: rgb(188,103,254); }
td.TdClassName
{
border-color: #BC67FE;
}
.TagClassName
{
border-color: #BC67FE;
}
</style>