Shades of Heliotrope #B76CFE
Tints of Heliotrope #B76CFE
RGB
CMYK
RGB Variations
Color information
#B76CFE (or 0xB76CFE) is known color: Heliotrope. HEX triplet: B7, 6C and FE. RGB value is (183,108,254). Sum of RGB (Red+Green+Blue) = 183+108+254=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #B76CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CFE is #489301. Grayscale: #929292. Windows color (decimal): -4756226 or 16673975. OLE color: 16673975.
HSL color Cylindrical-coordinate representation of color #B76CFE: hue angle of 270.82º 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 #B76CFE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 108 | 254 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.00 |
| HSL | 270.82º | 0.99% | 0.71% | - |
| HSV(B) | 270.82º | 0.57% | 1% | - |
| XYZ | 42.78 | 27.95 | 96.91 | - |
| YUV | 147.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 254 | 0.28 | 0.57 | 0 | 0.00 | 270.82 | 0.99 | 0.71 |
| Hex | B7 | 6C | FE | 1C | 39 | 0 | 0 | 10F | 63 | 47 |
| Octal | 267 | 154 | 376 | 34 | 71 | 0 | 0 | 417 | 143 | 107 |
| Binary | 10110111 | 1101100 | 11111110 | 11100 | 111001 | 0 | 0 | 100001111 | 1100011 | 1000111 |
Color Harmonies of #B76CFE
Complementary color
Monochromatic Colors of #B76CFE
Black with #B76CFE
Text Example
Text Example
White with #B76CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CFE; }
p { color: rgb(183,108,254); }
H1.HeaderClassName
{
color: #B76CFE;
}
.AnyTagClassName
{
color: #B76CFE;
}
</style>
background-color css
<style>
a { background-color: #B76CFE; }
a { background-color: rgb(183,108,254); }
div.DivClassName
{
background-color: #B76CFE;
}
.BgClassName
{
background-color: #B76CFE;
}
</style>
border-color css
<style>
span { border-color: #B76CFE; }
span { border-color: rgb(183,108,254); }
td.TdClassName
{
border-color: #B76CFE;
}
.TagClassName
{
border-color: #B76CFE;
}
</style>