Shades of Heliotrope #B77DFC
Tints of Heliotrope #B77DFC
RGB
CMYK
RGB Variations
Color information
#B77DFC (or 0xB77DFC) is known color: Heliotrope. HEX triplet: B7, 7D and FC. RGB value is (183,125,252). Sum of RGB (Red+Green+Blue) = 183+125+252=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #B77DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DFC is #488203. Grayscale: #9C9C9C. Windows color (decimal): -4751876 or 16547255. OLE color: 16547255.
HSL color Cylindrical-coordinate representation of color #B77DFC: hue angle of 267.4º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77DFC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 125 | 252 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.01 |
| HSL | 267.4º | 0.95% | 0.74% | - |
| HSV(B) | 267.4º | 0.5% | 0.99% | - |
| XYZ | 44.43 | 31.76 | 95.88 | - |
| YUV | 156.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 252 | 0.27 | 0.50 | 0 | 0.01 | 267.4 | 0.95 | 0.74 |
| Hex | B7 | 7D | FC | 1B | 32 | 0 | 1 | 10B | 5F | 4A |
| Octal | 267 | 175 | 374 | 33 | 62 | 0 | 1 | 413 | 137 | 112 |
| Binary | 10110111 | 1111101 | 11111100 | 11011 | 110010 | 0 | 1 | 100001011 | 1011111 | 1001010 |
Color Harmonies of #B77DFC
Complementary color
Monochromatic Colors of #B77DFC
Black with #B77DFC
Text Example
Text Example
White with #B77DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DFC; }
p { color: rgb(183,125,252); }
H1.HeaderClassName
{
color: #B77DFC;
}
.AnyTagClassName
{
color: #B77DFC;
}
</style>
background-color css
<style>
a { background-color: #B77DFC; }
a { background-color: rgb(183,125,252); }
div.DivClassName
{
background-color: #B77DFC;
}
.BgClassName
{
background-color: #B77DFC;
}
</style>
border-color css
<style>
span { border-color: #B77DFC; }
span { border-color: rgb(183,125,252); }
td.TdClassName
{
border-color: #B77DFC;
}
.TagClassName
{
border-color: #B77DFC;
}
</style>