Shades of Biloba Flower #B58EDC
Tints of Biloba Flower #B58EDC
RGB
CMYK
RGB Variations
Color information
#B58EDC (or 0xB58EDC) is known color: Biloba Flower. HEX triplet: B5, 8E and DC. RGB value is (181,142,220). Sum of RGB (Red+Green+Blue) = 181+142+220=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B58EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDC is #4A7123. Grayscale: #A2A2A2. Windows color (decimal): -4878628 or 14454453. OLE color: 14454453.
HSL color Cylindrical-coordinate representation of color #B58EDC: hue angle of 270º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58EDC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 142 | 220 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.14 |
| HSL | 270º | 0.53% | 0.71% | - |
| HSV(B) | 270º | 0.35% | 0.86% | - |
| XYZ | 41.65 | 34.34 | 72.14 | - |
| YUV | 162.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 220 | 0.18 | 0.35 | 0 | 0.14 | 270 | 0.53 | 0.71 |
| Hex | B5 | 8E | DC | 12 | 23 | 0 | E | 10E | 35 | 47 |
| Octal | 265 | 216 | 334 | 22 | 43 | 0 | 16 | 416 | 65 | 107 |
| Binary | 10110101 | 10001110 | 11011100 | 10010 | 100011 | 0 | 1110 | 100001110 | 110101 | 1000111 |
Color Harmonies of #B58EDC
Complementary color
Monochromatic Colors of #B58EDC
Black with #B58EDC
Text Example
Text Example
White with #B58EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EDC; }
p { color: rgb(181,142,220); }
H1.HeaderClassName
{
color: #B58EDC;
}
.AnyTagClassName
{
color: #B58EDC;
}
</style>
background-color css
<style>
a { background-color: #B58EDC; }
a { background-color: rgb(181,142,220); }
div.DivClassName
{
background-color: #B58EDC;
}
.BgClassName
{
background-color: #B58EDC;
}
</style>
border-color css
<style>
span { border-color: #B58EDC; }
span { border-color: rgb(181,142,220); }
td.TdClassName
{
border-color: #B58EDC;
}
.TagClassName
{
border-color: #B58EDC;
}
</style>