Shades of Heliotrope #B76CFF
Tints of Heliotrope #B76CFF
RGB
CMYK
RGB Variations
Color information
#B76CFF (or 0xB76CFF) is known color: Heliotrope. HEX triplet: B7, 6C and FF. RGB value is (183,108,255). Sum of RGB (Red+Green+Blue) = 183+108+255=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B76CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CFF is #489300. Grayscale: #929292. Windows color (decimal): -4756225 or 16739511. OLE color: 16739511.
HSL color Cylindrical-coordinate representation of color #B76CFF: hue angle of 270.61º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76CFF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 108 | 255 | - |
| CMYK | 0.28 | 0.58 | 0 | 0 |
| HSL | 270.61º | 1% | 0.71% | - |
| HSV(B) | 270.61º | 0.58% | 1% | - |
| XYZ | 42.94 | 28.01 | 97.75 | - |
| YUV | 147.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 255 | 0.28 | 0.58 | 0 | 0 | 270.61 | 1 | 0.71 |
| Hex | B7 | 6C | FF | 1C | 3A | 0 | 0 | 10F | 64 | 47 |
| Octal | 267 | 154 | 377 | 34 | 72 | 0 | 0 | 417 | 144 | 107 |
| Binary | 10110111 | 1101100 | 11111111 | 11100 | 111010 | 0 | 0 | 100001111 | 1100100 | 1000111 |
Color Harmonies of #B76CFF
Complementary color
Monochromatic Colors of #B76CFF
Black with #B76CFF
Text Example
Text Example
White with #B76CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CFF; }
p { color: rgb(183,108,255); }
H1.HeaderClassName
{
color: #B76CFF;
}
.AnyTagClassName
{
color: #B76CFF;
}
</style>
background-color css
<style>
a { background-color: #B76CFF; }
a { background-color: rgb(183,108,255); }
div.DivClassName
{
background-color: #B76CFF;
}
.BgClassName
{
background-color: #B76CFF;
}
</style>
border-color css
<style>
span { border-color: #B76CFF; }
span { border-color: rgb(183,108,255); }
td.TdClassName
{
border-color: #B76CFF;
}
.TagClassName
{
border-color: #B76CFF;
}
</style>