Shades of Biloba Flower #B18AE4
Tints of Biloba Flower #B18AE4
RGB
CMYK
RGB Variations
Color information
#B18AE4 (or 0xB18AE4) is known color: Biloba Flower. HEX triplet: B1, 8A and E4. RGB value is (177,138,228). Sum of RGB (Red+Green+Blue) = 177+138+228=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #B18AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AE4 is #4E751B. Grayscale: #9F9F9F. Windows color (decimal): -5141788 or 14977713. OLE color: 14977713.
HSL color Cylindrical-coordinate representation of color #B18AE4: hue angle of 266º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18AE4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 138 | 228 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.11 |
| HSL | 266º | 0.63% | 0.72% | - |
| HSV(B) | 266º | 0.39% | 0.89% | - |
| XYZ | 41.22 | 33.13 | 77.62 | - |
| YUV | 159.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 228 | 0.22 | 0.39 | 0 | 0.11 | 266 | 0.63 | 0.72 |
| Hex | B1 | 8A | E4 | 16 | 27 | 0 | B | 10A | 3E | 48 |
| Octal | 261 | 212 | 344 | 26 | 47 | 0 | 13 | 412 | 76 | 110 |
| Binary | 10110001 | 10001010 | 11100100 | 10110 | 100111 | 0 | 1011 | 100001010 | 111110 | 1001000 |
Color Harmonies of #B18AE4
Complementary color
Monochromatic Colors of #B18AE4
Black with #B18AE4
Text Example
Text Example
White with #B18AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AE4; }
p { color: rgb(177,138,228); }
H1.HeaderClassName
{
color: #B18AE4;
}
.AnyTagClassName
{
color: #B18AE4;
}
</style>
background-color css
<style>
a { background-color: #B18AE4; }
a { background-color: rgb(177,138,228); }
div.DivClassName
{
background-color: #B18AE4;
}
.BgClassName
{
background-color: #B18AE4;
}
</style>
border-color css
<style>
span { border-color: #B18AE4; }
span { border-color: rgb(177,138,228); }
td.TdClassName
{
border-color: #B18AE4;
}
.TagClassName
{
border-color: #B18AE4;
}
</style>