Shades of Heliotrope #B77AFB
Tints of Heliotrope #B77AFB
RGB
CMYK
RGB Variations
Color information
#B77AFB (or 0xB77AFB) is known color: Heliotrope. HEX triplet: B7, 7A and FB. RGB value is (183,122,251). Sum of RGB (Red+Green+Blue) = 183+122+251=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #B77AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AFB is #488504. Grayscale: #9A9A9A. Windows color (decimal): -4752645 or 16480951. OLE color: 16480951.
HSL color Cylindrical-coordinate representation of color #B77AFB: hue angle of 268.37º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77AFB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 122 | 251 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.02 |
| HSL | 268.37º | 0.94% | 0.73% | - |
| HSV(B) | 268.37º | 0.51% | 0.98% | - |
| XYZ | 43.9 | 30.95 | 94.93 | - |
| YUV | 154.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 251 | 0.27 | 0.51 | 0 | 0.02 | 268.37 | 0.94 | 0.73 |
| Hex | B7 | 7A | FB | 1B | 33 | 0 | 2 | 10C | 5E | 49 |
| Octal | 267 | 172 | 373 | 33 | 63 | 0 | 2 | 414 | 136 | 111 |
| Binary | 10110111 | 1111010 | 11111011 | 11011 | 110011 | 0 | 10 | 100001100 | 1011110 | 1001001 |
Color Harmonies of #B77AFB
Complementary color
Monochromatic Colors of #B77AFB
Black with #B77AFB
Text Example
Text Example
White with #B77AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AFB; }
p { color: rgb(183,122,251); }
H1.HeaderClassName
{
color: #B77AFB;
}
.AnyTagClassName
{
color: #B77AFB;
}
</style>
background-color css
<style>
a { background-color: #B77AFB; }
a { background-color: rgb(183,122,251); }
div.DivClassName
{
background-color: #B77AFB;
}
.BgClassName
{
background-color: #B77AFB;
}
</style>
border-color css
<style>
span { border-color: #B77AFB; }
span { border-color: rgb(183,122,251); }
td.TdClassName
{
border-color: #B77AFB;
}
.TagClassName
{
border-color: #B77AFB;
}
</style>