Shades of Biloba Flower #B981E5
Tints of Biloba Flower #B981E5
RGB
CMYK
RGB Variations
Color information
#B981E5 (or 0xB981E5) is known color: Biloba Flower. HEX triplet: B9, 81 and E5. RGB value is (185,129,229). Sum of RGB (Red+Green+Blue) = 185+129+229=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #B981E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981E5 is #467E1A. Grayscale: #9C9C9C. Windows color (decimal): -4619803 or 15040953. OLE color: 15040953.
HSL color Cylindrical-coordinate representation of color #B981E5: hue angle of 273.6º 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 #B981E5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 129 | 229 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.10 |
| HSL | 273.6º | 0.66% | 0.7% | - |
| HSV(B) | 273.6º | 0.44% | 0.9% | - |
| XYZ | 42 | 31.67 | 78.03 | - |
| YUV | 157.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 229 | 0.19 | 0.44 | 0 | 0.10 | 273.6 | 0.66 | 0.7 |
| Hex | B9 | 81 | E5 | 13 | 2C | 0 | A | 112 | 42 | 46 |
| Octal | 271 | 201 | 345 | 23 | 54 | 0 | 12 | 422 | 102 | 106 |
| Binary | 10111001 | 10000001 | 11100101 | 10011 | 101100 | 0 | 1010 | 100010010 | 1000010 | 1000110 |
Color Harmonies of #B981E5
Complementary color
Monochromatic Colors of #B981E5
Black with #B981E5
Text Example
Text Example
White with #B981E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981E5; }
p { color: rgb(185,129,229); }
H1.HeaderClassName
{
color: #B981E5;
}
.AnyTagClassName
{
color: #B981E5;
}
</style>
background-color css
<style>
a { background-color: #B981E5; }
a { background-color: rgb(185,129,229); }
div.DivClassName
{
background-color: #B981E5;
}
.BgClassName
{
background-color: #B981E5;
}
</style>
border-color css
<style>
span { border-color: #B981E5; }
span { border-color: rgb(185,129,229); }
td.TdClassName
{
border-color: #B981E5;
}
.TagClassName
{
border-color: #B981E5;
}
</style>