Shades of Biloba Flower #B59ADC
Tints of Biloba Flower #B59ADC
RGB
CMYK
RGB Variations
Color information
#B59ADC (or 0xB59ADC) is known color: Biloba Flower. HEX triplet: B5, 9A and DC. RGB value is (181,154,220). Sum of RGB (Red+Green+Blue) = 181+154+220=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ADC is #4A6523. Grayscale: #A9A9A9. Windows color (decimal): -4875556 or 14457525. OLE color: 14457525.
HSL color Cylindrical-coordinate representation of color #B59ADC: hue angle of 264.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59ADC is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 154 | 220 | - |
| CMYK | 0.18 | 0.3 | 0 | 0.14 |
| HSL | 264.55º | 0.49% | 0.73% | - |
| HSV(B) | 264.55º | 0.3% | 0.86% | - |
| XYZ | 43.53 | 38.1 | 72.77 | - |
| YUV | 169.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 220 | 0.18 | 0.3 | 0 | 0.14 | 264.55 | 0.49 | 0.73 |
| Hex | B5 | 9A | DC | 12 | 1E | 0 | E | 109 | 31 | 49 |
| Octal | 265 | 232 | 334 | 22 | 36 | 0 | 16 | 411 | 61 | 111 |
| Binary | 10110101 | 10011010 | 11011100 | 10010 | 11110 | 0 | 1110 | 100001001 | 110001 | 1001001 |
Color Harmonies of #B59ADC
Complementary color
Monochromatic Colors of #B59ADC
Black with #B59ADC
Text Example
Text Example
White with #B59ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59ADC; }
p { color: rgb(181,154,220); }
H1.HeaderClassName
{
color: #B59ADC;
}
.AnyTagClassName
{
color: #B59ADC;
}
</style>
background-color css
<style>
a { background-color: #B59ADC; }
a { background-color: rgb(181,154,220); }
div.DivClassName
{
background-color: #B59ADC;
}
.BgClassName
{
background-color: #B59ADC;
}
</style>
border-color css
<style>
span { border-color: #B59ADC; }
span { border-color: rgb(181,154,220); }
td.TdClassName
{
border-color: #B59ADC;
}
.TagClassName
{
border-color: #B59ADC;
}
</style>