Shades of Biloba Flower #B49ADC
Tints of Biloba Flower #B49ADC
RGB
CMYK
RGB Variations
Color information
#B49ADC (or 0xB49ADC) is known color: Biloba Flower. HEX triplet: B4, 9A and DC. RGB value is (180,154,220). Sum of RGB (Red+Green+Blue) = 180+154+220=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ADC is #4B6523. Grayscale: #A9A9A9. Windows color (decimal): -4941092 or 14457524. OLE color: 14457524.
HSL color Cylindrical-coordinate representation of color #B49ADC: hue angle of 263.64º 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 #B49ADC is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 154 | 220 | - |
| CMYK | 0.18 | 0.3 | 0 | 0.14 |
| HSL | 263.64º | 0.49% | 0.73% | - |
| HSV(B) | 263.64º | 0.3% | 0.86% | - |
| XYZ | 43.3 | 37.98 | 72.76 | - |
| YUV | 169.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 220 | 0.18 | 0.3 | 0 | 0.14 | 263.64 | 0.49 | 0.73 |
| Hex | B4 | 9A | DC | 12 | 1E | 0 | E | 108 | 31 | 49 |
| Octal | 264 | 232 | 334 | 22 | 36 | 0 | 16 | 410 | 61 | 111 |
| Binary | 10110100 | 10011010 | 11011100 | 10010 | 11110 | 0 | 1110 | 100001000 | 110001 | 1001001 |
Color Harmonies of #B49ADC
Complementary color
Monochromatic Colors of #B49ADC
Black with #B49ADC
Text Example
Text Example
White with #B49ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ADC; }
p { color: rgb(180,154,220); }
H1.HeaderClassName
{
color: #B49ADC;
}
.AnyTagClassName
{
color: #B49ADC;
}
</style>
background-color css
<style>
a { background-color: #B49ADC; }
a { background-color: rgb(180,154,220); }
div.DivClassName
{
background-color: #B49ADC;
}
.BgClassName
{
background-color: #B49ADC;
}
</style>
border-color css
<style>
span { border-color: #B49ADC; }
span { border-color: rgb(180,154,220); }
td.TdClassName
{
border-color: #B49ADC;
}
.TagClassName
{
border-color: #B49ADC;
}
</style>