Shades of Heliotrope #BC67F7
Tints of Heliotrope #BC67F7
RGB
CMYK
RGB Variations
Color information
#BC67F7 (or 0xBC67F7) is known color: Heliotrope. HEX triplet: BC, 67 and F7. RGB value is (188,103,247). Sum of RGB (Red+Green+Blue) = 188+103+247=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC67F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67F7 is #439808. Grayscale: #909090. Windows color (decimal): -4429833 or 16213948. OLE color: 16213948.
HSL color Cylindrical-coordinate representation of color #BC67F7: hue angle of 275.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC67F7 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 103 | 247 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.03 |
| HSL | 275.42º | 0.9% | 0.69% | - |
| HSV(B) | 275.42º | 0.58% | 0.97% | - |
| XYZ | 42.38 | 27.11 | 90.99 | - |
| YUV | 144.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 247 | 0.24 | 0.58 | 0 | 0.03 | 275.42 | 0.9 | 0.69 |
| Hex | BC | 67 | F7 | 18 | 3A | 0 | 3 | 113 | 5A | 45 |
| Octal | 274 | 147 | 367 | 30 | 72 | 0 | 3 | 423 | 132 | 105 |
| Binary | 10111100 | 1100111 | 11110111 | 11000 | 111010 | 0 | 11 | 100010011 | 1011010 | 1000101 |
Color Harmonies of #BC67F7
Complementary color
Monochromatic Colors of #BC67F7
Black with #BC67F7
Text Example
Text Example
White with #BC67F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67F7; }
p { color: rgb(188,103,247); }
H1.HeaderClassName
{
color: #BC67F7;
}
.AnyTagClassName
{
color: #BC67F7;
}
</style>
background-color css
<style>
a { background-color: #BC67F7; }
a { background-color: rgb(188,103,247); }
div.DivClassName
{
background-color: #BC67F7;
}
.BgClassName
{
background-color: #BC67F7;
}
</style>
border-color css
<style>
span { border-color: #BC67F7; }
span { border-color: rgb(188,103,247); }
td.TdClassName
{
border-color: #BC67F7;
}
.TagClassName
{
border-color: #BC67F7;
}
</style>