Shades of Biloba Flower #B58CEC
Tints of Biloba Flower #B58CEC
RGB
CMYK
RGB Variations
Color information
#B58CEC (or 0xB58CEC) is known color: Biloba Flower. HEX triplet: B5, 8C and EC. RGB value is (181,140,236). Sum of RGB (Red+Green+Blue) = 181+140+236=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CEC is #4A7313. Grayscale: #A2A2A2. Windows color (decimal): -4879124 or 15502517. OLE color: 15502517.
HSL color Cylindrical-coordinate representation of color #B58CEC: hue angle of 265.62º degrees, saturation: 0.72, 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 #B58CEC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 140 | 236 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.07 |
| HSL | 265.63º | 0.72% | 0.74% | - |
| HSV(B) | 265.63º | 0.41% | 0.93% | - |
| XYZ | 43.57 | 34.64 | 83.75 | - |
| YUV | 163.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 236 | 0.23 | 0.41 | 0 | 0.07 | 265.63 | 0.72 | 0.74 |
| Hex | B5 | 8C | EC | 17 | 29 | 0 | 7 | 10A | 48 | 4A |
| Octal | 265 | 214 | 354 | 27 | 51 | 0 | 7 | 412 | 110 | 112 |
| Binary | 10110101 | 10001100 | 11101100 | 10111 | 101001 | 0 | 111 | 100001010 | 1001000 | 1001010 |
Color Harmonies of #B58CEC
Complementary color
Monochromatic Colors of #B58CEC
Black with #B58CEC
Text Example
Text Example
White with #B58CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CEC; }
p { color: rgb(181,140,236); }
H1.HeaderClassName
{
color: #B58CEC;
}
.AnyTagClassName
{
color: #B58CEC;
}
</style>
background-color css
<style>
a { background-color: #B58CEC; }
a { background-color: rgb(181,140,236); }
div.DivClassName
{
background-color: #B58CEC;
}
.BgClassName
{
background-color: #B58CEC;
}
</style>
border-color css
<style>
span { border-color: #B58CEC; }
span { border-color: rgb(181,140,236); }
td.TdClassName
{
border-color: #B58CEC;
}
.TagClassName
{
border-color: #B58CEC;
}
</style>