Shades of Biloba Flower #B77BE0
Tints of Biloba Flower #B77BE0
RGB
CMYK
RGB Variations
Color information
#B77BE0 (or 0xB77BE0) is known color: Biloba Flower. HEX triplet: B7, 7B and E0. RGB value is (183,123,224). Sum of RGB (Red+Green+Blue) = 183+123+224=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #B77BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BE0 is #48841F. Grayscale: #989898. Windows color (decimal): -4752416 or 14711735. OLE color: 14711735.
HSL color Cylindrical-coordinate representation of color #B77BE0: hue angle of 275.64º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77BE0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 123 | 224 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.12 |
| HSL | 275.64º | 0.62% | 0.68% | - |
| HSV(B) | 275.64º | 0.45% | 0.88% | - |
| XYZ | 40.07 | 29.62 | 74.13 | - |
| YUV | 152.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 224 | 0.18 | 0.45 | 0 | 0.12 | 275.64 | 0.62 | 0.68 |
| Hex | B7 | 7B | E0 | 12 | 2D | 0 | C | 114 | 3E | 44 |
| Octal | 267 | 173 | 340 | 22 | 55 | 0 | 14 | 424 | 76 | 104 |
| Binary | 10110111 | 1111011 | 11100000 | 10010 | 101101 | 0 | 1100 | 100010100 | 111110 | 1000100 |
Color Harmonies of #B77BE0
Complementary color
Monochromatic Colors of #B77BE0
Black with #B77BE0
Text Example
Text Example
White with #B77BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BE0; }
p { color: rgb(183,123,224); }
H1.HeaderClassName
{
color: #B77BE0;
}
.AnyTagClassName
{
color: #B77BE0;
}
</style>
background-color css
<style>
a { background-color: #B77BE0; }
a { background-color: rgb(183,123,224); }
div.DivClassName
{
background-color: #B77BE0;
}
.BgClassName
{
background-color: #B77BE0;
}
</style>
border-color css
<style>
span { border-color: #B77BE0; }
span { border-color: rgb(183,123,224); }
td.TdClassName
{
border-color: #B77BE0;
}
.TagClassName
{
border-color: #B77BE0;
}
</style>