Shades of Biloba Flower #B58BE0
Tints of Biloba Flower #B58BE0
RGB
CMYK
RGB Variations
Color information
#B58BE0 (or 0xB58BE0) is known color: Biloba Flower. HEX triplet: B5, 8B and E0. RGB value is (181,139,224). Sum of RGB (Red+Green+Blue) = 181+139+224=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #B58BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BE0 is #4A741F. Grayscale: #A0A0A0. Windows color (decimal): -4879392 or 14715829. OLE color: 14715829.
HSL color Cylindrical-coordinate representation of color #B58BE0: hue angle of 269.65º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58BE0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 139 | 224 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.12 |
| HSL | 269.65º | 0.58% | 0.71% | - |
| HSV(B) | 269.65º | 0.38% | 0.88% | - |
| XYZ | 41.74 | 33.67 | 74.82 | - |
| YUV | 161.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 224 | 0.19 | 0.38 | 0 | 0.12 | 269.65 | 0.58 | 0.71 |
| Hex | B5 | 8B | E0 | 13 | 26 | 0 | C | 10E | 3A | 47 |
| Octal | 265 | 213 | 340 | 23 | 46 | 0 | 14 | 416 | 72 | 107 |
| Binary | 10110101 | 10001011 | 11100000 | 10011 | 100110 | 0 | 1100 | 100001110 | 111010 | 1000111 |
Color Harmonies of #B58BE0
Complementary color
Monochromatic Colors of #B58BE0
Black with #B58BE0
Text Example
Text Example
White with #B58BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BE0; }
p { color: rgb(181,139,224); }
H1.HeaderClassName
{
color: #B58BE0;
}
.AnyTagClassName
{
color: #B58BE0;
}
</style>
background-color css
<style>
a { background-color: #B58BE0; }
a { background-color: rgb(181,139,224); }
div.DivClassName
{
background-color: #B58BE0;
}
.BgClassName
{
background-color: #B58BE0;
}
</style>
border-color css
<style>
span { border-color: #B58BE0; }
span { border-color: rgb(181,139,224); }
td.TdClassName
{
border-color: #B58BE0;
}
.TagClassName
{
border-color: #B58BE0;
}
</style>