Shades of Biloba Flower #B58CED
Tints of Biloba Flower #B58CED
RGB
CMYK
RGB Variations
Color information
#B58CED (or 0xB58CED) is known color: Biloba Flower. HEX triplet: B5, 8C and ED. RGB value is (181,140,237). Sum of RGB (Red+Green+Blue) = 181+140+237=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CED is #4A7312. Grayscale: #A2A2A2. Windows color (decimal): -4879123 or 15568053. OLE color: 15568053.
HSL color Cylindrical-coordinate representation of color #B58CED: hue angle of 265.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58CED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 140 | 237 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.07 |
| HSL | 265.36º | 0.73% | 0.74% | - |
| HSV(B) | 265.36º | 0.41% | 0.93% | - |
| XYZ | 43.72 | 34.69 | 84.51 | - |
| YUV | 163.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 237 | 0.24 | 0.41 | 0 | 0.07 | 265.36 | 0.73 | 0.74 |
| Hex | B5 | 8C | ED | 18 | 29 | 0 | 7 | 109 | 49 | 4A |
| Octal | 265 | 214 | 355 | 30 | 51 | 0 | 7 | 411 | 111 | 112 |
| Binary | 10110101 | 10001100 | 11101101 | 11000 | 101001 | 0 | 111 | 100001001 | 1001001 | 1001010 |
Color Harmonies of #B58CED
Complementary color
Monochromatic Colors of #B58CED
Black with #B58CED
Text Example
Text Example
White with #B58CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CED; }
p { color: rgb(181,140,237); }
H1.HeaderClassName
{
color: #B58CED;
}
.AnyTagClassName
{
color: #B58CED;
}
</style>
background-color css
<style>
a { background-color: #B58CED; }
a { background-color: rgb(181,140,237); }
div.DivClassName
{
background-color: #B58CED;
}
.BgClassName
{
background-color: #B58CED;
}
</style>
border-color css
<style>
span { border-color: #B58CED; }
span { border-color: rgb(181,140,237); }
td.TdClassName
{
border-color: #B58CED;
}
.TagClassName
{
border-color: #B58CED;
}
</style>