Shades of Biloba Flower #B58FED
Tints of Biloba Flower #B58FED
RGB
CMYK
RGB Variations
Color information
#B58FED (or 0xB58FED) is known color: Biloba Flower. HEX triplet: B5, 8F and ED. RGB value is (181,143,237). Sum of RGB (Red+Green+Blue) = 181+143+237=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FED is #4A7012. Grayscale: #A4A4A4. Windows color (decimal): -4878355 or 15568821. OLE color: 15568821.
HSL color Cylindrical-coordinate representation of color #B58FED: hue angle of 264.26º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58FED is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 143 | 237 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.07 |
| HSL | 264.26º | 0.72% | 0.75% | - |
| HSV(B) | 264.26º | 0.4% | 0.93% | - |
| XYZ | 44.16 | 35.58 | 84.66 | - |
| YUV | 165.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 237 | 0.24 | 0.40 | 0 | 0.07 | 264.26 | 0.72 | 0.75 |
| Hex | B5 | 8F | ED | 18 | 28 | 0 | 7 | 108 | 48 | 4B |
| Octal | 265 | 217 | 355 | 30 | 50 | 0 | 7 | 410 | 110 | 113 |
| Binary | 10110101 | 10001111 | 11101101 | 11000 | 101000 | 0 | 111 | 100001000 | 1001000 | 1001011 |
Color Harmonies of #B58FED
Complementary color
Monochromatic Colors of #B58FED
Black with #B58FED
Text Example
Text Example
White with #B58FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FED; }
p { color: rgb(181,143,237); }
H1.HeaderClassName
{
color: #B58FED;
}
.AnyTagClassName
{
color: #B58FED;
}
</style>
background-color css
<style>
a { background-color: #B58FED; }
a { background-color: rgb(181,143,237); }
div.DivClassName
{
background-color: #B58FED;
}
.BgClassName
{
background-color: #B58FED;
}
</style>
border-color css
<style>
span { border-color: #B58FED; }
span { border-color: rgb(181,143,237); }
td.TdClassName
{
border-color: #B58FED;
}
.TagClassName
{
border-color: #B58FED;
}
</style>