Shades of Heliotrope #B77BFA
Tints of Heliotrope #B77BFA
RGB
CMYK
RGB Variations
Color information
#B77BFA (or 0xB77BFA) is known color: Heliotrope. HEX triplet: B7, 7B and FA. RGB value is (183,123,250). Sum of RGB (Red+Green+Blue) = 183+123+250=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #B77BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BFA is #488405. Grayscale: #9A9A9A. Windows color (decimal): -4752390 or 16415671. OLE color: 16415671.
HSL color Cylindrical-coordinate representation of color #B77BFA: hue angle of 268.35º degrees, saturation: 0.93, 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 #B77BFA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 123 | 250 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.02 |
| HSL | 268.35º | 0.93% | 0.73% | - |
| HSV(B) | 268.35º | 0.51% | 0.98% | - |
| XYZ | 43.87 | 31.14 | 94.14 | - |
| YUV | 155.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 250 | 0.27 | 0.51 | 0 | 0.02 | 268.35 | 0.93 | 0.73 |
| Hex | B7 | 7B | FA | 1B | 33 | 0 | 2 | 10C | 5D | 49 |
| Octal | 267 | 173 | 372 | 33 | 63 | 0 | 2 | 414 | 135 | 111 |
| Binary | 10110111 | 1111011 | 11111010 | 11011 | 110011 | 0 | 10 | 100001100 | 1011101 | 1001001 |
Color Harmonies of #B77BFA
Complementary color
Monochromatic Colors of #B77BFA
Black with #B77BFA
Text Example
Text Example
White with #B77BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BFA; }
p { color: rgb(183,123,250); }
H1.HeaderClassName
{
color: #B77BFA;
}
.AnyTagClassName
{
color: #B77BFA;
}
</style>
background-color css
<style>
a { background-color: #B77BFA; }
a { background-color: rgb(183,123,250); }
div.DivClassName
{
background-color: #B77BFA;
}
.BgClassName
{
background-color: #B77BFA;
}
</style>
border-color css
<style>
span { border-color: #B77BFA; }
span { border-color: rgb(183,123,250); }
td.TdClassName
{
border-color: #B77BFA;
}
.TagClassName
{
border-color: #B77BFA;
}
</style>