Shades of Biloba Flower #B48ADC
Tints of Biloba Flower #B48ADC
RGB
CMYK
RGB Variations
Color information
#B48ADC (or 0xB48ADC) is known color: Biloba Flower. HEX triplet: B4, 8A and DC. RGB value is (180,138,220). Sum of RGB (Red+Green+Blue) = 180+138+220=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADC is #4B7523. Grayscale: #9F9F9F. Windows color (decimal): -4945188 or 14453428. OLE color: 14453428.
HSL color Cylindrical-coordinate representation of color #B48ADC: hue angle of 270.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48ADC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 138 | 220 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.14 |
| HSL | 270.73º | 0.54% | 0.7% | - |
| HSV(B) | 270.73º | 0.37% | 0.86% | - |
| XYZ | 40.83 | 33.05 | 71.94 | - |
| YUV | 159.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 220 | 0.18 | 0.37 | 0 | 0.14 | 270.73 | 0.54 | 0.7 |
| Hex | B4 | 8A | DC | 12 | 25 | 0 | E | 10F | 36 | 46 |
| Octal | 264 | 212 | 334 | 22 | 45 | 0 | 16 | 417 | 66 | 106 |
| Binary | 10110100 | 10001010 | 11011100 | 10010 | 100101 | 0 | 1110 | 100001111 | 110110 | 1000110 |
Color Harmonies of #B48ADC
Complementary color
Monochromatic Colors of #B48ADC
Black with #B48ADC
Text Example
Text Example
White with #B48ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48ADC; }
p { color: rgb(180,138,220); }
H1.HeaderClassName
{
color: #B48ADC;
}
.AnyTagClassName
{
color: #B48ADC;
}
</style>
background-color css
<style>
a { background-color: #B48ADC; }
a { background-color: rgb(180,138,220); }
div.DivClassName
{
background-color: #B48ADC;
}
.BgClassName
{
background-color: #B48ADC;
}
</style>
border-color css
<style>
span { border-color: #B48ADC; }
span { border-color: rgb(180,138,220); }
td.TdClassName
{
border-color: #B48ADC;
}
.TagClassName
{
border-color: #B48ADC;
}
</style>