Shades of Biloba Flower #B784E5
Tints of Biloba Flower #B784E5
RGB
CMYK
RGB Variations
Color information
#B784E5 (or 0xB784E5) is known color: Biloba Flower. HEX triplet: B7, 84 and E5. RGB value is (183,132,229). Sum of RGB (Red+Green+Blue) = 183+132+229=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #B784E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B784E5 is #487B1A. Grayscale: #9D9D9D. Windows color (decimal): -4750107 or 15041719. OLE color: 15041719.
HSL color Cylindrical-coordinate representation of color #B784E5: hue angle of 271.55º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B784E5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 132 | 229 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.10 |
| HSL | 271.55º | 0.65% | 0.71% | - |
| HSV(B) | 271.55º | 0.42% | 0.9% | - |
| XYZ | 41.92 | 32.23 | 78.14 | - |
| YUV | 158.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 229 | 0.20 | 0.42 | 0 | 0.10 | 271.55 | 0.65 | 0.71 |
| Hex | B7 | 84 | E5 | 14 | 2A | 0 | A | 110 | 41 | 47 |
| Octal | 267 | 204 | 345 | 24 | 52 | 0 | 12 | 420 | 101 | 107 |
| Binary | 10110111 | 10000100 | 11100101 | 10100 | 101010 | 0 | 1010 | 100010000 | 1000001 | 1000111 |
Color Harmonies of #B784E5
Complementary color
Monochromatic Colors of #B784E5
Black with #B784E5
Text Example
Text Example
White with #B784E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B784E5; }
p { color: rgb(183,132,229); }
H1.HeaderClassName
{
color: #B784E5;
}
.AnyTagClassName
{
color: #B784E5;
}
</style>
background-color css
<style>
a { background-color: #B784E5; }
a { background-color: rgb(183,132,229); }
div.DivClassName
{
background-color: #B784E5;
}
.BgClassName
{
background-color: #B784E5;
}
</style>
border-color css
<style>
span { border-color: #B784E5; }
span { border-color: rgb(183,132,229); }
td.TdClassName
{
border-color: #B784E5;
}
.TagClassName
{
border-color: #B784E5;
}
</style>