Shades of Biloba Flower #B081E5
Tints of Biloba Flower #B081E5
RGB
CMYK
RGB Variations
Color information
#B081E5 (or 0xB081E5) is known color: Biloba Flower. HEX triplet: B0, 81 and E5. RGB value is (176,129,229). Sum of RGB (Red+Green+Blue) = 176+129+229=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #B081E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081E5 is #4F7E1A. Grayscale: #9A9A9A. Windows color (decimal): -5209627 or 15040944. OLE color: 15040944.
HSL color Cylindrical-coordinate representation of color #B081E5: hue angle of 268.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B081E5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 129 | 229 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.10 |
| HSL | 268.2º | 0.66% | 0.7% | - |
| HSV(B) | 268.2º | 0.44% | 0.9% | - |
| XYZ | 39.9 | 30.59 | 77.93 | - |
| YUV | 154.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 229 | 0.23 | 0.44 | 0 | 0.10 | 268.2 | 0.66 | 0.7 |
| Hex | B0 | 81 | E5 | 17 | 2C | 0 | A | 10C | 42 | 46 |
| Octal | 260 | 201 | 345 | 27 | 54 | 0 | 12 | 414 | 102 | 106 |
| Binary | 10110000 | 10000001 | 11100101 | 10111 | 101100 | 0 | 1010 | 100001100 | 1000010 | 1000110 |
Color Harmonies of #B081E5
Complementary color
Monochromatic Colors of #B081E5
Black with #B081E5
Text Example
Text Example
White with #B081E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081E5; }
p { color: rgb(176,129,229); }
H1.HeaderClassName
{
color: #B081E5;
}
.AnyTagClassName
{
color: #B081E5;
}
</style>
background-color css
<style>
a { background-color: #B081E5; }
a { background-color: rgb(176,129,229); }
div.DivClassName
{
background-color: #B081E5;
}
.BgClassName
{
background-color: #B081E5;
}
</style>
border-color css
<style>
span { border-color: #B081E5; }
span { border-color: rgb(176,129,229); }
td.TdClassName
{
border-color: #B081E5;
}
.TagClassName
{
border-color: #B081E5;
}
</style>