Shades of Biloba Flower #B584EA
Tints of Biloba Flower #B584EA
RGB
CMYK
RGB Variations
Color information
#B584EA (or 0xB584EA) is known color: Biloba Flower. HEX triplet: B5, 84 and EA. RGB value is (181,132,234). Sum of RGB (Red+Green+Blue) = 181+132+234=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #B584EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584EA is #4A7B15. Grayscale: #9D9D9D. Windows color (decimal): -4881174 or 15369397. OLE color: 15369397.
HSL color Cylindrical-coordinate representation of color #B584EA: hue angle of 268.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B584EA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 132 | 234 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.08 |
| HSL | 268.82º | 0.71% | 0.72% | - |
| HSV(B) | 268.82º | 0.44% | 0.92% | - |
| XYZ | 42.16 | 32.27 | 81.85 | - |
| YUV | 158.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 234 | 0.23 | 0.44 | 0 | 0.08 | 268.82 | 0.71 | 0.72 |
| Hex | B5 | 84 | EA | 17 | 2C | 0 | 8 | 10D | 47 | 48 |
| Octal | 265 | 204 | 352 | 27 | 54 | 0 | 10 | 415 | 107 | 110 |
| Binary | 10110101 | 10000100 | 11101010 | 10111 | 101100 | 0 | 1000 | 100001101 | 1000111 | 1001000 |
Color Harmonies of #B584EA
Complementary color
Monochromatic Colors of #B584EA
Black with #B584EA
Text Example
Text Example
White with #B584EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584EA; }
p { color: rgb(181,132,234); }
H1.HeaderClassName
{
color: #B584EA;
}
.AnyTagClassName
{
color: #B584EA;
}
</style>
background-color css
<style>
a { background-color: #B584EA; }
a { background-color: rgb(181,132,234); }
div.DivClassName
{
background-color: #B584EA;
}
.BgClassName
{
background-color: #B584EA;
}
</style>
border-color css
<style>
span { border-color: #B584EA; }
span { border-color: rgb(181,132,234); }
td.TdClassName
{
border-color: #B584EA;
}
.TagClassName
{
border-color: #B584EA;
}
</style>