Shades of Heliotrope #B77CFD
Tints of Heliotrope #B77CFD
RGB
CMYK
RGB Variations
Color information
#B77CFD (or 0xB77CFD) is known color: Heliotrope. HEX triplet: B7, 7C and FD. RGB value is (183,124,253). Sum of RGB (Red+Green+Blue) = 183+124+253=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #B77CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CFD is #488302. Grayscale: #9B9B9B. Windows color (decimal): -4752131 or 16612535. OLE color: 16612535.
HSL color Cylindrical-coordinate representation of color #B77CFD: hue angle of 267.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77CFD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 124 | 253 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.01 |
| HSL | 267.44º | 0.97% | 0.74% | - |
| HSV(B) | 267.44º | 0.51% | 0.99% | - |
| XYZ | 44.47 | 31.57 | 96.68 | - |
| YUV | 156.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 253 | 0.28 | 0.51 | 0 | 0.01 | 267.44 | 0.97 | 0.74 |
| Hex | B7 | 7C | FD | 1C | 33 | 0 | 1 | 10B | 61 | 4A |
| Octal | 267 | 174 | 375 | 34 | 63 | 0 | 1 | 413 | 141 | 112 |
| Binary | 10110111 | 1111100 | 11111101 | 11100 | 110011 | 0 | 1 | 100001011 | 1100001 | 1001010 |
Color Harmonies of #B77CFD
Complementary color
Monochromatic Colors of #B77CFD
Black with #B77CFD
Text Example
Text Example
White with #B77CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CFD; }
p { color: rgb(183,124,253); }
H1.HeaderClassName
{
color: #B77CFD;
}
.AnyTagClassName
{
color: #B77CFD;
}
</style>
background-color css
<style>
a { background-color: #B77CFD; }
a { background-color: rgb(183,124,253); }
div.DivClassName
{
background-color: #B77CFD;
}
.BgClassName
{
background-color: #B77CFD;
}
</style>
border-color css
<style>
span { border-color: #B77CFD; }
span { border-color: rgb(183,124,253); }
td.TdClassName
{
border-color: #B77CFD;
}
.TagClassName
{
border-color: #B77CFD;
}
</style>