Shades of Biloba Flower #B984E1
Tints of Biloba Flower #B984E1
RGB
CMYK
RGB Variations
Color information
#B984E1 (or 0xB984E1) is known color: Biloba Flower. HEX triplet: B9, 84 and E1. RGB value is (185,132,225). Sum of RGB (Red+Green+Blue) = 185+132+225=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #B984E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984E1 is #467B1E. Grayscale: #9E9E9E. Windows color (decimal): -4619039 or 14779577. OLE color: 14779577.
HSL color Cylindrical-coordinate representation of color #B984E1: hue angle of 274.19º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B984E1 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 132 | 225 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.12 |
| HSL | 274.19º | 0.61% | 0.7% | - |
| HSV(B) | 274.19º | 0.41% | 0.88% | - |
| XYZ | 41.85 | 32.25 | 75.25 | - |
| YUV | 158.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 225 | 0.18 | 0.41 | 0 | 0.12 | 274.19 | 0.61 | 0.7 |
| Hex | B9 | 84 | E1 | 12 | 29 | 0 | C | 112 | 3D | 46 |
| Octal | 271 | 204 | 341 | 22 | 51 | 0 | 14 | 422 | 75 | 106 |
| Binary | 10111001 | 10000100 | 11100001 | 10010 | 101001 | 0 | 1100 | 100010010 | 111101 | 1000110 |
Color Harmonies of #B984E1
Complementary color
Monochromatic Colors of #B984E1
Black with #B984E1
Text Example
Text Example
White with #B984E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984E1; }
p { color: rgb(185,132,225); }
H1.HeaderClassName
{
color: #B984E1;
}
.AnyTagClassName
{
color: #B984E1;
}
</style>
background-color css
<style>
a { background-color: #B984E1; }
a { background-color: rgb(185,132,225); }
div.DivClassName
{
background-color: #B984E1;
}
.BgClassName
{
background-color: #B984E1;
}
</style>
border-color css
<style>
span { border-color: #B984E1; }
span { border-color: rgb(185,132,225); }
td.TdClassName
{
border-color: #B984E1;
}
.TagClassName
{
border-color: #B984E1;
}
</style>