Shades of Biloba Flower #B580EA
Tints of Biloba Flower #B580EA
RGB
CMYK
RGB Variations
Color information
#B580EA (or 0xB580EA) is known color: Biloba Flower. HEX triplet: B5, 80 and EA. RGB value is (181,128,234). Sum of RGB (Red+Green+Blue) = 181+128+234=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #B580EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580EA is #4A7F15. Grayscale: #9B9B9B. Windows color (decimal): -4882198 or 15368373. OLE color: 15368373.
HSL color Cylindrical-coordinate representation of color #B580EA: hue angle of 270º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B580EA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 128 | 234 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.08 |
| HSL | 270º | 0.72% | 0.71% | - |
| HSV(B) | 270º | 0.45% | 0.92% | - |
| XYZ | 41.63 | 31.2 | 81.67 | - |
| YUV | 155.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 234 | 0.23 | 0.45 | 0 | 0.08 | 270 | 0.72 | 0.71 |
| Hex | B5 | 80 | EA | 17 | 2D | 0 | 8 | 10E | 48 | 47 |
| Octal | 265 | 200 | 352 | 27 | 55 | 0 | 10 | 416 | 110 | 107 |
| Binary | 10110101 | 10000000 | 11101010 | 10111 | 101101 | 0 | 1000 | 100001110 | 1001000 | 1000111 |
Color Harmonies of #B580EA
Complementary color
Monochromatic Colors of #B580EA
Black with #B580EA
Text Example
Text Example
White with #B580EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580EA; }
p { color: rgb(181,128,234); }
H1.HeaderClassName
{
color: #B580EA;
}
.AnyTagClassName
{
color: #B580EA;
}
</style>
background-color css
<style>
a { background-color: #B580EA; }
a { background-color: rgb(181,128,234); }
div.DivClassName
{
background-color: #B580EA;
}
.BgClassName
{
background-color: #B580EA;
}
</style>
border-color css
<style>
span { border-color: #B580EA; }
span { border-color: rgb(181,128,234); }
td.TdClassName
{
border-color: #B580EA;
}
.TagClassName
{
border-color: #B580EA;
}
</style>