Shades of Biloba Flower #B77EED
Tints of Biloba Flower #B77EED
RGB
CMYK
RGB Variations
Color information
#B77EED (or 0xB77EED) is known color: Biloba Flower. HEX triplet: B7, 7E and ED. RGB value is (183,126,237). Sum of RGB (Red+Green+Blue) = 183+126+237=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EED is #488112. Grayscale: #9B9B9B. Windows color (decimal): -4751635 or 15564471. OLE color: 15564471.
HSL color Cylindrical-coordinate representation of color #B77EED: hue angle of 270.81º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77EED is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 126 | 237 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.07 |
| HSL | 270.81º | 0.76% | 0.71% | - |
| HSV(B) | 270.81º | 0.47% | 0.93% | - |
| XYZ | 42.28 | 31.1 | 83.9 | - |
| YUV | 155.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 237 | 0.23 | 0.47 | 0 | 0.07 | 270.81 | 0.76 | 0.71 |
| Hex | B7 | 7E | ED | 17 | 2F | 0 | 7 | 10F | 4C | 47 |
| Octal | 267 | 176 | 355 | 27 | 57 | 0 | 7 | 417 | 114 | 107 |
| Binary | 10110111 | 1111110 | 11101101 | 10111 | 101111 | 0 | 111 | 100001111 | 1001100 | 1000111 |
Color Harmonies of #B77EED
Complementary color
Monochromatic Colors of #B77EED
Black with #B77EED
Text Example
Text Example
White with #B77EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77EED; }
p { color: rgb(183,126,237); }
H1.HeaderClassName
{
color: #B77EED;
}
.AnyTagClassName
{
color: #B77EED;
}
</style>
background-color css
<style>
a { background-color: #B77EED; }
a { background-color: rgb(183,126,237); }
div.DivClassName
{
background-color: #B77EED;
}
.BgClassName
{
background-color: #B77EED;
}
</style>
border-color css
<style>
span { border-color: #B77EED; }
span { border-color: rgb(183,126,237); }
td.TdClassName
{
border-color: #B77EED;
}
.TagClassName
{
border-color: #B77EED;
}
</style>