Shades of Biloba Flower #B586D5
Tints of Biloba Flower #B586D5
RGB
CMYK
RGB Variations
Color information
#B586D5 (or 0xB586D5) is known color: Biloba Flower. HEX triplet: B5, 86 and D5. RGB value is (181,134,213). Sum of RGB (Red+Green+Blue) = 181+134+213=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #B586D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586D5 is #4A792A. Grayscale: #9C9C9C. Windows color (decimal): -4880683 or 13993653. OLE color: 13993653.
HSL color Cylindrical-coordinate representation of color #B586D5: hue angle of 275.7º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B586D5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 134 | 213 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.16 |
| HSL | 275.7º | 0.48% | 0.68% | - |
| HSV(B) | 275.7º | 0.37% | 0.84% | - |
| XYZ | 39.59 | 31.68 | 66.98 | - |
| YUV | 157.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 213 | 0.15 | 0.37 | 0 | 0.16 | 275.7 | 0.48 | 0.68 |
| Hex | B5 | 86 | D5 | F | 25 | 0 | 10 | 114 | 30 | 44 |
| Octal | 265 | 206 | 325 | 17 | 45 | 0 | 20 | 424 | 60 | 104 |
| Binary | 10110101 | 10000110 | 11010101 | 1111 | 100101 | 0 | 10000 | 100010100 | 110000 | 1000100 |
Color Harmonies of #B586D5
Complementary color
Monochromatic Colors of #B586D5
Black with #B586D5
Text Example
Text Example
White with #B586D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586D5; }
p { color: rgb(181,134,213); }
H1.HeaderClassName
{
color: #B586D5;
}
.AnyTagClassName
{
color: #B586D5;
}
</style>
background-color css
<style>
a { background-color: #B586D5; }
a { background-color: rgb(181,134,213); }
div.DivClassName
{
background-color: #B586D5;
}
.BgClassName
{
background-color: #B586D5;
}
</style>
border-color css
<style>
span { border-color: #B586D5; }
span { border-color: rgb(181,134,213); }
td.TdClassName
{
border-color: #B586D5;
}
.TagClassName
{
border-color: #B586D5;
}
</style>