Shades of Biloba Flower #B18AD2
Tints of Biloba Flower #B18AD2
RGB
CMYK
RGB Variations
Color information
#B18AD2 (or 0xB18AD2) is known color: Biloba Flower. HEX triplet: B1, 8A and D2. RGB value is (177,138,210). Sum of RGB (Red+Green+Blue) = 177+138+210=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #B18AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AD2 is #4E752D. Grayscale: #9D9D9D. Windows color (decimal): -5141806 or 13798065. OLE color: 13798065.
HSL color Cylindrical-coordinate representation of color #B18AD2: hue angle of 272.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18AD2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 138 | 210 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.18 |
| HSL | 272.5º | 0.44% | 0.68% | - |
| HSV(B) | 272.5º | 0.34% | 0.82% | - |
| XYZ | 38.85 | 32.18 | 65.14 | - |
| YUV | 157.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 210 | 0.16 | 0.34 | 0 | 0.18 | 272.5 | 0.44 | 0.68 |
| Hex | B1 | 8A | D2 | 10 | 22 | 0 | 12 | 110 | 2C | 44 |
| Octal | 261 | 212 | 322 | 20 | 42 | 0 | 22 | 420 | 54 | 104 |
| Binary | 10110001 | 10001010 | 11010010 | 10000 | 100010 | 0 | 10010 | 100010000 | 101100 | 1000100 |
Color Harmonies of #B18AD2
Complementary color
Monochromatic Colors of #B18AD2
Black with #B18AD2
Text Example
Text Example
White with #B18AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AD2; }
p { color: rgb(177,138,210); }
H1.HeaderClassName
{
color: #B18AD2;
}
.AnyTagClassName
{
color: #B18AD2;
}
</style>
background-color css
<style>
a { background-color: #B18AD2; }
a { background-color: rgb(177,138,210); }
div.DivClassName
{
background-color: #B18AD2;
}
.BgClassName
{
background-color: #B18AD2;
}
</style>
border-color css
<style>
span { border-color: #B18AD2; }
span { border-color: rgb(177,138,210); }
td.TdClassName
{
border-color: #B18AD2;
}
.TagClassName
{
border-color: #B18AD2;
}
</style>