Shades of Heliotrope #B76DF8
Tints of Heliotrope #B76DF8
RGB
CMYK
RGB Variations
Color information
#B76DF8 (or 0xB76DF8) is known color: Heliotrope. HEX triplet: B7, 6D and F8. RGB value is (183,109,248). Sum of RGB (Red+Green+Blue) = 183+109+248=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #B76DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76DF8 is #489207. Grayscale: #929292. Windows color (decimal): -4755976 or 16281015. OLE color: 16281015.
HSL color Cylindrical-coordinate representation of color #B76DF8: hue angle of 271.94º 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 #B76DF8 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 109 | 248 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.03 |
| HSL | 271.94º | 0.91% | 0.7% | - |
| HSV(B) | 271.94º | 0.56% | 0.97% | - |
| XYZ | 41.94 | 27.78 | 91.96 | - |
| YUV | 146.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 248 | 0.26 | 0.56 | 0 | 0.03 | 271.94 | 0.91 | 0.7 |
| Hex | B7 | 6D | F8 | 1A | 38 | 0 | 3 | 110 | 5B | 46 |
| Octal | 267 | 155 | 370 | 32 | 70 | 0 | 3 | 420 | 133 | 106 |
| Binary | 10110111 | 1101101 | 11111000 | 11010 | 111000 | 0 | 11 | 100010000 | 1011011 | 1000110 |
Color Harmonies of #B76DF8
Complementary color
Monochromatic Colors of #B76DF8
Black with #B76DF8
Text Example
Text Example
White with #B76DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DF8; }
p { color: rgb(183,109,248); }
H1.HeaderClassName
{
color: #B76DF8;
}
.AnyTagClassName
{
color: #B76DF8;
}
</style>
background-color css
<style>
a { background-color: #B76DF8; }
a { background-color: rgb(183,109,248); }
div.DivClassName
{
background-color: #B76DF8;
}
.BgClassName
{
background-color: #B76DF8;
}
</style>
border-color css
<style>
span { border-color: #B76DF8; }
span { border-color: rgb(183,109,248); }
td.TdClassName
{
border-color: #B76DF8;
}
.TagClassName
{
border-color: #B76DF8;
}
</style>