Shades of Biloba Flower #B596D3
Tints of Biloba Flower #B596D3
RGB
CMYK
RGB Variations
Color information
#B596D3 (or 0xB596D3) is known color: Biloba Flower. HEX triplet: B5, 96 and D3. RGB value is (181,150,211). Sum of RGB (Red+Green+Blue) = 181+150+211=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #B596D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596D3 is #4A692C. Grayscale: #A6A6A6. Windows color (decimal): -4876589 or 13866677. OLE color: 13866677.
HSL color Cylindrical-coordinate representation of color #B596D3: hue angle of 270.49º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B596D3 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 150 | 211 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.17 |
| HSL | 270.49º | 0.41% | 0.71% | - |
| HSV(B) | 270.49º | 0.29% | 0.83% | - |
| XYZ | 41.72 | 36.34 | 66.44 | - |
| YUV | 166.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 211 | 0.14 | 0.29 | 0 | 0.17 | 270.49 | 0.41 | 0.71 |
| Hex | B5 | 96 | D3 | E | 1D | 0 | 11 | 10E | 29 | 47 |
| Octal | 265 | 226 | 323 | 16 | 35 | 0 | 21 | 416 | 51 | 107 |
| Binary | 10110101 | 10010110 | 11010011 | 1110 | 11101 | 0 | 10001 | 100001110 | 101001 | 1000111 |
Color Harmonies of #B596D3
Complementary color
Monochromatic Colors of #B596D3
Black with #B596D3
Text Example
Text Example
White with #B596D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B596D3; }
p { color: rgb(181,150,211); }
H1.HeaderClassName
{
color: #B596D3;
}
.AnyTagClassName
{
color: #B596D3;
}
</style>
background-color css
<style>
a { background-color: #B596D3; }
a { background-color: rgb(181,150,211); }
div.DivClassName
{
background-color: #B596D3;
}
.BgClassName
{
background-color: #B596D3;
}
</style>
border-color css
<style>
span { border-color: #B596D3; }
span { border-color: rgb(181,150,211); }
td.TdClassName
{
border-color: #B596D3;
}
.TagClassName
{
border-color: #B596D3;
}
</style>