Shades of Heliotrope #B766FF
Tints of Heliotrope #B766FF
RGB
CMYK
RGB Variations
Color information
#B766FF (or 0xB766FF) is known color: Heliotrope. HEX triplet: B7, 66 and FF. RGB value is (183,102,255). Sum of RGB (Red+Green+Blue) = 183+102+255=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B766FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766FF is #489900. Grayscale: #8F8F8F. Windows color (decimal): -4757761 or 16737975. OLE color: 16737975.
HSL color Cylindrical-coordinate representation of color #B766FF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B766FF is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 102 | 255 | - |
| CMYK | 0.28 | 0.6 | 0 | 0 |
| HSL | 271.76º | 1% | 0.7% | - |
| HSV(B) | 271.76º | 0.6% | 1% | - |
| XYZ | 42.33 | 26.79 | 97.55 | - |
| YUV | 143.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 255 | 0.28 | 0.6 | 0 | 0 | 271.76 | 1 | 0.7 |
| Hex | B7 | 66 | FF | 1C | 3C | 0 | 0 | 110 | 64 | 46 |
| Octal | 267 | 146 | 377 | 34 | 74 | 0 | 0 | 420 | 144 | 106 |
| Binary | 10110111 | 1100110 | 11111111 | 11100 | 111100 | 0 | 0 | 100010000 | 1100100 | 1000110 |
Color Harmonies of #B766FF
Complementary color
Monochromatic Colors of #B766FF
Black with #B766FF
Text Example
Text Example
White with #B766FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766FF; }
p { color: rgb(183,102,255); }
H1.HeaderClassName
{
color: #B766FF;
}
.AnyTagClassName
{
color: #B766FF;
}
</style>
background-color css
<style>
a { background-color: #B766FF; }
a { background-color: rgb(183,102,255); }
div.DivClassName
{
background-color: #B766FF;
}
.BgClassName
{
background-color: #B766FF;
}
</style>
border-color css
<style>
span { border-color: #B766FF; }
span { border-color: rgb(183,102,255); }
td.TdClassName
{
border-color: #B766FF;
}
.TagClassName
{
border-color: #B766FF;
}
</style>