Shades of Biloba Flower #B595D8
Tints of Biloba Flower #B595D8
RGB
CMYK
RGB Variations
Color information
#B595D8 (or 0xB595D8) is known color: Biloba Flower. HEX triplet: B5, 95 and D8. RGB value is (181,149,216). Sum of RGB (Red+Green+Blue) = 181+149+216=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #B595D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595D8 is #4A6A27. Grayscale: #A5A5A5. Windows color (decimal): -4876840 or 14194101. OLE color: 14194101.
HSL color Cylindrical-coordinate representation of color #B595D8: hue angle of 268.66º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B595D8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 149 | 216 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.15 |
| HSL | 268.66º | 0.46% | 0.72% | - |
| HSV(B) | 268.66º | 0.31% | 0.85% | - |
| XYZ | 42.2 | 36.28 | 69.74 | - |
| YUV | 166.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 216 | 0.16 | 0.31 | 0 | 0.15 | 268.66 | 0.46 | 0.72 |
| Hex | B5 | 95 | D8 | 10 | 1F | 0 | F | 10D | 2E | 48 |
| Octal | 265 | 225 | 330 | 20 | 37 | 0 | 17 | 415 | 56 | 110 |
| Binary | 10110101 | 10010101 | 11011000 | 10000 | 11111 | 0 | 1111 | 100001101 | 101110 | 1001000 |
Color Harmonies of #B595D8
Complementary color
Monochromatic Colors of #B595D8
Black with #B595D8
Text Example
Text Example
White with #B595D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595D8; }
p { color: rgb(181,149,216); }
H1.HeaderClassName
{
color: #B595D8;
}
.AnyTagClassName
{
color: #B595D8;
}
</style>
background-color css
<style>
a { background-color: #B595D8; }
a { background-color: rgb(181,149,216); }
div.DivClassName
{
background-color: #B595D8;
}
.BgClassName
{
background-color: #B595D8;
}
</style>
border-color css
<style>
span { border-color: #B595D8; }
span { border-color: rgb(181,149,216); }
td.TdClassName
{
border-color: #B595D8;
}
.TagClassName
{
border-color: #B595D8;
}
</style>