Shades of Heliotrope #BC67F8
Tints of Heliotrope #BC67F8
RGB
CMYK
RGB Variations
Color information
#BC67F8 (or 0xBC67F8) is known color: Heliotrope. HEX triplet: BC, 67 and F8. RGB value is (188,103,248). Sum of RGB (Red+Green+Blue) = 188+103+248=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67F8 is #439807. Grayscale: #909090. Windows color (decimal): -4429832 or 16279484. OLE color: 16279484.
HSL color Cylindrical-coordinate representation of color #BC67F8: hue angle of 275.17º degrees, saturation: 0.91, 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 #BC67F8 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 103 | 248 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.03 |
| HSL | 275.17º | 0.91% | 0.69% | - |
| HSV(B) | 275.17º | 0.58% | 0.97% | - |
| XYZ | 42.53 | 27.17 | 91.81 | - |
| YUV | 144.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 248 | 0.24 | 0.58 | 0 | 0.03 | 275.17 | 0.91 | 0.69 |
| Hex | BC | 67 | F8 | 18 | 3A | 0 | 3 | 113 | 5B | 45 |
| Octal | 274 | 147 | 370 | 30 | 72 | 0 | 3 | 423 | 133 | 105 |
| Binary | 10111100 | 1100111 | 11111000 | 11000 | 111010 | 0 | 11 | 100010011 | 1011011 | 1000101 |
Color Harmonies of #BC67F8
Complementary color
Monochromatic Colors of #BC67F8
Black with #BC67F8
Text Example
Text Example
White with #BC67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67F8; }
p { color: rgb(188,103,248); }
H1.HeaderClassName
{
color: #BC67F8;
}
.AnyTagClassName
{
color: #BC67F8;
}
</style>
background-color css
<style>
a { background-color: #BC67F8; }
a { background-color: rgb(188,103,248); }
div.DivClassName
{
background-color: #BC67F8;
}
.BgClassName
{
background-color: #BC67F8;
}
</style>
border-color css
<style>
span { border-color: #BC67F8; }
span { border-color: rgb(188,103,248); }
td.TdClassName
{
border-color: #BC67F8;
}
.TagClassName
{
border-color: #BC67F8;
}
</style>