Shades of Biloba Flower #B49FE5
Tints of Biloba Flower #B49FE5
RGB
CMYK
RGB Variations
Color information
#B49FE5 (or 0xB49FE5) is known color: Biloba Flower. HEX triplet: B4, 9F and E5. RGB value is (180,159,229). Sum of RGB (Red+Green+Blue) = 180+159+229=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #B49FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FE5 is #4B601A. Grayscale: #ADADAD. Windows color (decimal): -4939803 or 15048628. OLE color: 15048628.
HSL color Cylindrical-coordinate representation of color #B49FE5: hue angle of 258º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49FE5 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 159 | 229 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.10 |
| HSL | 258º | 0.57% | 0.76% | - |
| HSV(B) | 258º | 0.31% | 0.9% | - |
| XYZ | 45.36 | 40.16 | 79.49 | - |
| YUV | 173.26 | 159.46 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 229 | 0.21 | 0.31 | 0 | 0.10 | 258 | 0.57 | 0.76 |
| Hex | B4 | 9F | E5 | 15 | 1F | 0 | A | 102 | 39 | 4C |
| Octal | 264 | 237 | 345 | 25 | 37 | 0 | 12 | 402 | 71 | 114 |
| Binary | 10110100 | 10011111 | 11100101 | 10101 | 11111 | 0 | 1010 | 100000010 | 111001 | 1001100 |
Color Harmonies of #B49FE5
Complementary color
Monochromatic Colors of #B49FE5
Black with #B49FE5
Text Example
Text Example
White with #B49FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FE5; }
p { color: rgb(180,159,229); }
H1.HeaderClassName
{
color: #B49FE5;
}
.AnyTagClassName
{
color: #B49FE5;
}
</style>
background-color css
<style>
a { background-color: #B49FE5; }
a { background-color: rgb(180,159,229); }
div.DivClassName
{
background-color: #B49FE5;
}
.BgClassName
{
background-color: #B49FE5;
}
</style>
border-color css
<style>
span { border-color: #B49FE5; }
span { border-color: rgb(180,159,229); }
td.TdClassName
{
border-color: #B49FE5;
}
.TagClassName
{
border-color: #B49FE5;
}
</style>