Shades of Heliotrope #B76DFE
Tints of Heliotrope #B76DFE
RGB
CMYK
RGB Variations
Color information
#B76DFE (or 0xB76DFE) is known color: Heliotrope. HEX triplet: B7, 6D and FE. RGB value is (183,109,254). Sum of RGB (Red+Green+Blue) = 183+109+254=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B76DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76DFE is #489201. Grayscale: #939393. Windows color (decimal): -4755970 or 16674231. OLE color: 16674231.
HSL color Cylindrical-coordinate representation of color #B76DFE: hue angle of 270.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B76DFE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 109 | 254 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.00 |
| HSL | 270.62º | 0.99% | 0.71% | - |
| HSV(B) | 270.62º | 0.57% | 1% | - |
| XYZ | 42.89 | 28.16 | 96.94 | - |
| YUV | 147.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 254 | 0.28 | 0.57 | 0 | 0.00 | 270.62 | 0.99 | 0.71 |
| Hex | B7 | 6D | FE | 1C | 39 | 0 | 0 | 10F | 63 | 47 |
| Octal | 267 | 155 | 376 | 34 | 71 | 0 | 0 | 417 | 143 | 107 |
| Binary | 10110111 | 1101101 | 11111110 | 11100 | 111001 | 0 | 0 | 100001111 | 1100011 | 1000111 |
Color Harmonies of #B76DFE
Complementary color
Monochromatic Colors of #B76DFE
Black with #B76DFE
Text Example
Text Example
White with #B76DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DFE; }
p { color: rgb(183,109,254); }
H1.HeaderClassName
{
color: #B76DFE;
}
.AnyTagClassName
{
color: #B76DFE;
}
</style>
background-color css
<style>
a { background-color: #B76DFE; }
a { background-color: rgb(183,109,254); }
div.DivClassName
{
background-color: #B76DFE;
}
.BgClassName
{
background-color: #B76DFE;
}
</style>
border-color css
<style>
span { border-color: #B76DFE; }
span { border-color: rgb(183,109,254); }
td.TdClassName
{
border-color: #B76DFE;
}
.TagClassName
{
border-color: #B76DFE;
}
</style>