Shades of Biloba Flower #B58BE6
Tints of Biloba Flower #B58BE6
RGB
CMYK
RGB Variations
Color information
#B58BE6 (or 0xB58BE6) is known color: Biloba Flower. HEX triplet: B5, 8B and E6. RGB value is (181,139,230). Sum of RGB (Red+Green+Blue) = 181+139+230=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #B58BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BE6 is #4A7419. Grayscale: #A1A1A1. Windows color (decimal): -4879386 or 15109045. OLE color: 15109045.
HSL color Cylindrical-coordinate representation of color #B58BE6: hue angle of 267.69º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58BE6 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 139 | 230 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.10 |
| HSL | 267.69º | 0.65% | 0.72% | - |
| HSV(B) | 267.69º | 0.4% | 0.9% | - |
| XYZ | 42.57 | 34 | 79.18 | - |
| YUV | 161.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 230 | 0.21 | 0.40 | 0 | 0.10 | 267.69 | 0.65 | 0.72 |
| Hex | B5 | 8B | E6 | 15 | 28 | 0 | A | 10C | 41 | 48 |
| Octal | 265 | 213 | 346 | 25 | 50 | 0 | 12 | 414 | 101 | 110 |
| Binary | 10110101 | 10001011 | 11100110 | 10101 | 101000 | 0 | 1010 | 100001100 | 1000001 | 1001000 |
Color Harmonies of #B58BE6
Complementary color
Monochromatic Colors of #B58BE6
Black with #B58BE6
Text Example
Text Example
White with #B58BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BE6; }
p { color: rgb(181,139,230); }
H1.HeaderClassName
{
color: #B58BE6;
}
.AnyTagClassName
{
color: #B58BE6;
}
</style>
background-color css
<style>
a { background-color: #B58BE6; }
a { background-color: rgb(181,139,230); }
div.DivClassName
{
background-color: #B58BE6;
}
.BgClassName
{
background-color: #B58BE6;
}
</style>
border-color css
<style>
span { border-color: #B58BE6; }
span { border-color: rgb(181,139,230); }
td.TdClassName
{
border-color: #B58BE6;
}
.TagClassName
{
border-color: #B58BE6;
}
</style>