Shades of Heliotrope #B76EF8
Tints of Heliotrope #B76EF8
RGB
CMYK
RGB Variations
Color information
#B76EF8 (or 0xB76EF8) is known color: Heliotrope. HEX triplet: B7, 6E and F8. RGB value is (183,110,248). Sum of RGB (Red+Green+Blue) = 183+110+248=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #B76EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EF8 is #489107. Grayscale: #939393. Windows color (decimal): -4755720 or 16281271. OLE color: 16281271.
HSL color Cylindrical-coordinate representation of color #B76EF8: hue angle of 271.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76EF8 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 110 | 248 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.03 |
| HSL | 271.74º | 0.91% | 0.7% | - |
| HSV(B) | 271.74º | 0.56% | 0.97% | - |
| XYZ | 42.05 | 28 | 91.99 | - |
| YUV | 147.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 248 | 0.26 | 0.56 | 0 | 0.03 | 271.74 | 0.91 | 0.7 |
| Hex | B7 | 6E | F8 | 1A | 38 | 0 | 3 | 110 | 5B | 46 |
| Octal | 267 | 156 | 370 | 32 | 70 | 0 | 3 | 420 | 133 | 106 |
| Binary | 10110111 | 1101110 | 11111000 | 11010 | 111000 | 0 | 11 | 100010000 | 1011011 | 1000110 |
Color Harmonies of #B76EF8
Complementary color
Monochromatic Colors of #B76EF8
Black with #B76EF8
Text Example
Text Example
White with #B76EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EF8; }
p { color: rgb(183,110,248); }
H1.HeaderClassName
{
color: #B76EF8;
}
.AnyTagClassName
{
color: #B76EF8;
}
</style>
background-color css
<style>
a { background-color: #B76EF8; }
a { background-color: rgb(183,110,248); }
div.DivClassName
{
background-color: #B76EF8;
}
.BgClassName
{
background-color: #B76EF8;
}
</style>
border-color css
<style>
span { border-color: #B76EF8; }
span { border-color: rgb(183,110,248); }
td.TdClassName
{
border-color: #B76EF8;
}
.TagClassName
{
border-color: #B76EF8;
}
</style>