Shades of Biloba Flower #B584E6
Tints of Biloba Flower #B584E6
RGB
CMYK
RGB Variations
Color information
#B584E6 (or 0xB584E6) is known color: Biloba Flower. HEX triplet: B5, 84 and E6. RGB value is (181,132,230). Sum of RGB (Red+Green+Blue) = 181+132+230=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #B584E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584E6 is #4A7B19. Grayscale: #9D9D9D. Windows color (decimal): -4881178 or 15107253. OLE color: 15107253.
HSL color Cylindrical-coordinate representation of color #B584E6: hue angle of 270º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B584E6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 132 | 230 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.10 |
| HSL | 270º | 0.66% | 0.71% | - |
| HSV(B) | 270º | 0.43% | 0.9% | - |
| XYZ | 41.59 | 32.04 | 78.86 | - |
| YUV | 157.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 230 | 0.21 | 0.43 | 0 | 0.10 | 270 | 0.66 | 0.71 |
| Hex | B5 | 84 | E6 | 15 | 2B | 0 | A | 10E | 42 | 47 |
| Octal | 265 | 204 | 346 | 25 | 53 | 0 | 12 | 416 | 102 | 107 |
| Binary | 10110101 | 10000100 | 11100110 | 10101 | 101011 | 0 | 1010 | 100001110 | 1000010 | 1000111 |
Color Harmonies of #B584E6
Complementary color
Monochromatic Colors of #B584E6
Black with #B584E6
Text Example
Text Example
White with #B584E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584E6; }
p { color: rgb(181,132,230); }
H1.HeaderClassName
{
color: #B584E6;
}
.AnyTagClassName
{
color: #B584E6;
}
</style>
background-color css
<style>
a { background-color: #B584E6; }
a { background-color: rgb(181,132,230); }
div.DivClassName
{
background-color: #B584E6;
}
.BgClassName
{
background-color: #B584E6;
}
</style>
border-color css
<style>
span { border-color: #B584E6; }
span { border-color: rgb(181,132,230); }
td.TdClassName
{
border-color: #B584E6;
}
.TagClassName
{
border-color: #B584E6;
}
</style>