Shades of Biloba Flower #B789E5
Tints of Biloba Flower #B789E5
RGB
CMYK
RGB Variations
Color information
#B789E5 (or 0xB789E5) is known color: Biloba Flower. HEX triplet: B7, 89 and E5. RGB value is (183,137,229). Sum of RGB (Red+Green+Blue) = 183+137+229=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #B789E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B789E5 is #48761A. Grayscale: #A0A0A0. Windows color (decimal): -4748827 or 15042999. OLE color: 15042999.
HSL color Cylindrical-coordinate representation of color #B789E5: hue angle of 270º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B789E5 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 137 | 229 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.10 |
| HSL | 270º | 0.64% | 0.72% | - |
| HSV(B) | 270º | 0.4% | 0.9% | - |
| XYZ | 42.62 | 33.62 | 78.37 | - |
| YUV | 161.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 229 | 0.20 | 0.40 | 0 | 0.10 | 270 | 0.64 | 0.72 |
| Hex | B7 | 89 | E5 | 14 | 28 | 0 | A | 10E | 40 | 48 |
| Octal | 267 | 211 | 345 | 24 | 50 | 0 | 12 | 416 | 100 | 110 |
| Binary | 10110111 | 10001001 | 11100101 | 10100 | 101000 | 0 | 1010 | 100001110 | 1000000 | 1001000 |
Color Harmonies of #B789E5
Complementary color
Monochromatic Colors of #B789E5
Black with #B789E5
Text Example
Text Example
White with #B789E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B789E5; }
p { color: rgb(183,137,229); }
H1.HeaderClassName
{
color: #B789E5;
}
.AnyTagClassName
{
color: #B789E5;
}
</style>
background-color css
<style>
a { background-color: #B789E5; }
a { background-color: rgb(183,137,229); }
div.DivClassName
{
background-color: #B789E5;
}
.BgClassName
{
background-color: #B789E5;
}
</style>
border-color css
<style>
span { border-color: #B789E5; }
span { border-color: rgb(183,137,229); }
td.TdClassName
{
border-color: #B789E5;
}
.TagClassName
{
border-color: #B789E5;
}
</style>