Shades of Biloba Flower #B18AD4
Tints of Biloba Flower #B18AD4
RGB
CMYK
RGB Variations
Color information
#B18AD4 (or 0xB18AD4) is known color: Biloba Flower. HEX triplet: B1, 8A and D4. RGB value is (177,138,212). Sum of RGB (Red+Green+Blue) = 177+138+212=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #B18AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AD4 is #4E752B. Grayscale: #9D9D9D. Windows color (decimal): -5141804 or 13929137. OLE color: 13929137.
HSL color Cylindrical-coordinate representation of color #B18AD4: hue angle of 271.62º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18AD4 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 138 | 212 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.17 |
| HSL | 271.62º | 0.46% | 0.69% | - |
| HSV(B) | 271.62º | 0.35% | 0.83% | - |
| XYZ | 39.1 | 32.28 | 66.46 | - |
| YUV | 158.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 212 | 0.17 | 0.35 | 0 | 0.17 | 271.62 | 0.46 | 0.69 |
| Hex | B1 | 8A | D4 | 11 | 23 | 0 | 11 | 110 | 2E | 45 |
| Octal | 261 | 212 | 324 | 21 | 43 | 0 | 21 | 420 | 56 | 105 |
| Binary | 10110001 | 10001010 | 11010100 | 10001 | 100011 | 0 | 10001 | 100010000 | 101110 | 1000101 |
Color Harmonies of #B18AD4
Complementary color
Monochromatic Colors of #B18AD4
Black with #B18AD4
Text Example
Text Example
White with #B18AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AD4; }
p { color: rgb(177,138,212); }
H1.HeaderClassName
{
color: #B18AD4;
}
.AnyTagClassName
{
color: #B18AD4;
}
</style>
background-color css
<style>
a { background-color: #B18AD4; }
a { background-color: rgb(177,138,212); }
div.DivClassName
{
background-color: #B18AD4;
}
.BgClassName
{
background-color: #B18AD4;
}
</style>
border-color css
<style>
span { border-color: #B18AD4; }
span { border-color: rgb(177,138,212); }
td.TdClassName
{
border-color: #B18AD4;
}
.TagClassName
{
border-color: #B18AD4;
}
</style>