Shades of Biloba Flower #B58FDA
Tints of Biloba Flower #B58FDA
RGB
CMYK
RGB Variations
Color information
#B58FDA (or 0xB58FDA) is known color: Biloba Flower. HEX triplet: B5, 8F and DA. RGB value is (181,143,218). Sum of RGB (Red+Green+Blue) = 181+143+218=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B58FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FDA is #4A7025. Grayscale: #A2A2A2. Windows color (decimal): -4878374 or 14323637. OLE color: 14323637.
HSL color Cylindrical-coordinate representation of color #B58FDA: hue angle of 270.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58FDA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 143 | 218 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.15 |
| HSL | 270.4º | 0.5% | 0.71% | - |
| HSV(B) | 270.4º | 0.34% | 0.85% | - |
| XYZ | 41.53 | 34.53 | 70.81 | - |
| YUV | 162.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 218 | 0.17 | 0.34 | 0 | 0.15 | 270.4 | 0.5 | 0.71 |
| Hex | B5 | 8F | DA | 11 | 22 | 0 | F | 10E | 32 | 47 |
| Octal | 265 | 217 | 332 | 21 | 42 | 0 | 17 | 416 | 62 | 107 |
| Binary | 10110101 | 10001111 | 11011010 | 10001 | 100010 | 0 | 1111 | 100001110 | 110010 | 1000111 |
Color Harmonies of #B58FDA
Complementary color
Monochromatic Colors of #B58FDA
Black with #B58FDA
Text Example
Text Example
White with #B58FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FDA; }
p { color: rgb(181,143,218); }
H1.HeaderClassName
{
color: #B58FDA;
}
.AnyTagClassName
{
color: #B58FDA;
}
</style>
background-color css
<style>
a { background-color: #B58FDA; }
a { background-color: rgb(181,143,218); }
div.DivClassName
{
background-color: #B58FDA;
}
.BgClassName
{
background-color: #B58FDA;
}
</style>
border-color css
<style>
span { border-color: #B58FDA; }
span { border-color: rgb(181,143,218); }
td.TdClassName
{
border-color: #B58FDA;
}
.TagClassName
{
border-color: #B58FDA;
}
</style>