Shades of Biloba Flower #B77DEA
Tints of Biloba Flower #B77DEA
RGB
CMYK
RGB Variations
Color information
#B77DEA (or 0xB77DEA) is known color: Biloba Flower. HEX triplet: B7, 7D and EA. RGB value is (183,125,234). Sum of RGB (Red+Green+Blue) = 183+125+234=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #B77DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DEA is #488215. Grayscale: #9A9A9A. Windows color (decimal): -4751894 or 15367607. OLE color: 15367607.
HSL color Cylindrical-coordinate representation of color #B77DEA: hue angle of 271.93º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77DEA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 125 | 234 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.08 |
| HSL | 271.93º | 0.72% | 0.7% | - |
| HSV(B) | 271.93º | 0.47% | 0.92% | - |
| XYZ | 41.71 | 30.68 | 81.56 | - |
| YUV | 154.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 234 | 0.22 | 0.47 | 0 | 0.08 | 271.93 | 0.72 | 0.7 |
| Hex | B7 | 7D | EA | 16 | 2F | 0 | 8 | 110 | 48 | 46 |
| Octal | 267 | 175 | 352 | 26 | 57 | 0 | 10 | 420 | 110 | 106 |
| Binary | 10110111 | 1111101 | 11101010 | 10110 | 101111 | 0 | 1000 | 100010000 | 1001000 | 1000110 |
Color Harmonies of #B77DEA
Complementary color
Monochromatic Colors of #B77DEA
Black with #B77DEA
Text Example
Text Example
White with #B77DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DEA; }
p { color: rgb(183,125,234); }
H1.HeaderClassName
{
color: #B77DEA;
}
.AnyTagClassName
{
color: #B77DEA;
}
</style>
background-color css
<style>
a { background-color: #B77DEA; }
a { background-color: rgb(183,125,234); }
div.DivClassName
{
background-color: #B77DEA;
}
.BgClassName
{
background-color: #B77DEA;
}
</style>
border-color css
<style>
span { border-color: #B77DEA; }
span { border-color: rgb(183,125,234); }
td.TdClassName
{
border-color: #B77DEA;
}
.TagClassName
{
border-color: #B77DEA;
}
</style>