Shades of Biloba Flower #B58FDD
Tints of Biloba Flower #B58FDD
RGB
CMYK
RGB Variations
Color information
#B58FDD (or 0xB58FDD) is known color: Biloba Flower. HEX triplet: B5, 8F and DD. RGB value is (181,143,221). Sum of RGB (Red+Green+Blue) = 181+143+221=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FDD is #4A7022. Grayscale: #A2A2A2. Windows color (decimal): -4878371 or 14520245. OLE color: 14520245.
HSL color Cylindrical-coordinate representation of color #B58FDD: hue angle of 269.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58FDD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 143 | 221 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.13 |
| HSL | 269.23º | 0.53% | 0.71% | - |
| HSV(B) | 269.23º | 0.35% | 0.87% | - |
| XYZ | 41.93 | 34.69 | 72.89 | - |
| YUV | 163.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 221 | 0.18 | 0.35 | 0 | 0.13 | 269.23 | 0.53 | 0.71 |
| Hex | B5 | 8F | DD | 12 | 23 | 0 | D | 10D | 35 | 47 |
| Octal | 265 | 217 | 335 | 22 | 43 | 0 | 15 | 415 | 65 | 107 |
| Binary | 10110101 | 10001111 | 11011101 | 10010 | 100011 | 0 | 1101 | 100001101 | 110101 | 1000111 |
Color Harmonies of #B58FDD
Complementary color
Monochromatic Colors of #B58FDD
Black with #B58FDD
Text Example
Text Example
White with #B58FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FDD; }
p { color: rgb(181,143,221); }
H1.HeaderClassName
{
color: #B58FDD;
}
.AnyTagClassName
{
color: #B58FDD;
}
</style>
background-color css
<style>
a { background-color: #B58FDD; }
a { background-color: rgb(181,143,221); }
div.DivClassName
{
background-color: #B58FDD;
}
.BgClassName
{
background-color: #B58FDD;
}
</style>
border-color css
<style>
span { border-color: #B58FDD; }
span { border-color: rgb(181,143,221); }
td.TdClassName
{
border-color: #B58FDD;
}
.TagClassName
{
border-color: #B58FDD;
}
</style>