Shades of Biloba Flower #B58FE0
Tints of Biloba Flower #B58FE0
RGB
CMYK
RGB Variations
Color information
#B58FE0 (or 0xB58FE0) is known color: Biloba Flower. HEX triplet: B5, 8F and E0. RGB value is (181,143,224). Sum of RGB (Red+Green+Blue) = 181+143+224=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #B58FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FE0 is #4A701F. Grayscale: #A3A3A3. Windows color (decimal): -4878368 or 14716853. OLE color: 14716853.
HSL color Cylindrical-coordinate representation of color #B58FE0: hue angle of 268.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58FE0 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 143 | 224 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.12 |
| HSL | 268.15º | 0.57% | 0.72% | - |
| HSV(B) | 268.15º | 0.36% | 0.88% | - |
| XYZ | 42.33 | 34.85 | 75.02 | - |
| YUV | 163.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 224 | 0.19 | 0.36 | 0 | 0.12 | 268.15 | 0.57 | 0.72 |
| Hex | B5 | 8F | E0 | 13 | 24 | 0 | C | 10C | 39 | 48 |
| Octal | 265 | 217 | 340 | 23 | 44 | 0 | 14 | 414 | 71 | 110 |
| Binary | 10110101 | 10001111 | 11100000 | 10011 | 100100 | 0 | 1100 | 100001100 | 111001 | 1001000 |
Color Harmonies of #B58FE0
Complementary color
Monochromatic Colors of #B58FE0
Black with #B58FE0
Text Example
Text Example
White with #B58FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FE0; }
p { color: rgb(181,143,224); }
H1.HeaderClassName
{
color: #B58FE0;
}
.AnyTagClassName
{
color: #B58FE0;
}
</style>
background-color css
<style>
a { background-color: #B58FE0; }
a { background-color: rgb(181,143,224); }
div.DivClassName
{
background-color: #B58FE0;
}
.BgClassName
{
background-color: #B58FE0;
}
</style>
border-color css
<style>
span { border-color: #B58FE0; }
span { border-color: rgb(181,143,224); }
td.TdClassName
{
border-color: #B58FE0;
}
.TagClassName
{
border-color: #B58FE0;
}
</style>