Shades of Heliotrope #B77CFC
Tints of Heliotrope #B77CFC
RGB
CMYK
RGB Variations
Color information
#B77CFC (or 0xB77CFC) is known color: Heliotrope. HEX triplet: B7, 7C and FC. RGB value is (183,124,252). Sum of RGB (Red+Green+Blue) = 183+124+252=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B77CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CFC is #488303. Grayscale: #9B9B9B. Windows color (decimal): -4752132 or 16546999. OLE color: 16546999.
HSL color Cylindrical-coordinate representation of color #B77CFC: hue angle of 267.66º degrees, saturation: 0.96, 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 #B77CFC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 124 | 252 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.01 |
| HSL | 267.66º | 0.96% | 0.74% | - |
| HSV(B) | 267.66º | 0.51% | 0.99% | - |
| XYZ | 44.31 | 31.51 | 95.84 | - |
| YUV | 156.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 252 | 0.27 | 0.51 | 0 | 0.01 | 267.66 | 0.96 | 0.74 |
| Hex | B7 | 7C | FC | 1B | 33 | 0 | 1 | 10C | 60 | 4A |
| Octal | 267 | 174 | 374 | 33 | 63 | 0 | 1 | 414 | 140 | 112 |
| Binary | 10110111 | 1111100 | 11111100 | 11011 | 110011 | 0 | 1 | 100001100 | 1100000 | 1001010 |
Color Harmonies of #B77CFC
Complementary color
Monochromatic Colors of #B77CFC
Black with #B77CFC
Text Example
Text Example
White with #B77CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CFC; }
p { color: rgb(183,124,252); }
H1.HeaderClassName
{
color: #B77CFC;
}
.AnyTagClassName
{
color: #B77CFC;
}
</style>
background-color css
<style>
a { background-color: #B77CFC; }
a { background-color: rgb(183,124,252); }
div.DivClassName
{
background-color: #B77CFC;
}
.BgClassName
{
background-color: #B77CFC;
}
</style>
border-color css
<style>
span { border-color: #B77CFC; }
span { border-color: rgb(183,124,252); }
td.TdClassName
{
border-color: #B77CFC;
}
.TagClassName
{
border-color: #B77CFC;
}
</style>