Shades of Biloba Flower #B584E4
Tints of Biloba Flower #B584E4
RGB
CMYK
RGB Variations
Color information
#B584E4 (or 0xB584E4) is known color: Biloba Flower. HEX triplet: B5, 84 and E4. RGB value is (181,132,228). Sum of RGB (Red+Green+Blue) = 181+132+228=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #B584E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584E4 is #4A7B1B. Grayscale: #9D9D9D. Windows color (decimal): -4881180 or 14976181. OLE color: 14976181.
HSL color Cylindrical-coordinate representation of color #B584E4: hue angle of 270.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B584E4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 132 | 228 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.11 |
| HSL | 270.63º | 0.64% | 0.71% | - |
| HSV(B) | 270.63º | 0.42% | 0.89% | - |
| XYZ | 41.31 | 31.93 | 77.38 | - |
| YUV | 157.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 228 | 0.21 | 0.42 | 0 | 0.11 | 270.63 | 0.64 | 0.71 |
| Hex | B5 | 84 | E4 | 15 | 2A | 0 | B | 10F | 40 | 47 |
| Octal | 265 | 204 | 344 | 25 | 52 | 0 | 13 | 417 | 100 | 107 |
| Binary | 10110101 | 10000100 | 11100100 | 10101 | 101010 | 0 | 1011 | 100001111 | 1000000 | 1000111 |
Color Harmonies of #B584E4
Complementary color
Monochromatic Colors of #B584E4
Black with #B584E4
Text Example
Text Example
White with #B584E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584E4; }
p { color: rgb(181,132,228); }
H1.HeaderClassName
{
color: #B584E4;
}
.AnyTagClassName
{
color: #B584E4;
}
</style>
background-color css
<style>
a { background-color: #B584E4; }
a { background-color: rgb(181,132,228); }
div.DivClassName
{
background-color: #B584E4;
}
.BgClassName
{
background-color: #B584E4;
}
</style>
border-color css
<style>
span { border-color: #B584E4; }
span { border-color: rgb(181,132,228); }
td.TdClassName
{
border-color: #B584E4;
}
.TagClassName
{
border-color: #B584E4;
}
</style>