Shades of Biloba Flower #B595CE
Tints of Biloba Flower #B595CE
RGB
CMYK
RGB Variations
Color information
#B595CE (or 0xB595CE) is known color: Biloba Flower. HEX triplet: B5, 95 and CE. RGB value is (181,149,206). Sum of RGB (Red+Green+Blue) = 181+149+206=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B595CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595CE is #4A6A31. Grayscale: #A4A4A4. Windows color (decimal): -4876850 or 13538741. OLE color: 13538741.
HSL color Cylindrical-coordinate representation of color #B595CE: hue angle of 273.68º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B595CE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 149 | 206 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.19 |
| HSL | 273.68º | 0.37% | 0.7% | - |
| HSV(B) | 273.68º | 0.28% | 0.81% | - |
| XYZ | 40.94 | 35.77 | 63.14 | - |
| YUV | 165.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 206 | 0.12 | 0.28 | 0 | 0.19 | 273.68 | 0.37 | 0.7 |
| Hex | B5 | 95 | CE | C | 1C | 0 | 13 | 112 | 25 | 46 |
| Octal | 265 | 225 | 316 | 14 | 34 | 0 | 23 | 422 | 45 | 106 |
| Binary | 10110101 | 10010101 | 11001110 | 1100 | 11100 | 0 | 10011 | 100010010 | 100101 | 1000110 |
Color Harmonies of #B595CE
Complementary color
Monochromatic Colors of #B595CE
Black with #B595CE
Text Example
Text Example
White with #B595CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B595CE; }
p { color: rgb(181,149,206); }
H1.HeaderClassName
{
color: #B595CE;
}
.AnyTagClassName
{
color: #B595CE;
}
</style>
background-color css
<style>
a { background-color: #B595CE; }
a { background-color: rgb(181,149,206); }
div.DivClassName
{
background-color: #B595CE;
}
.BgClassName
{
background-color: #B595CE;
}
</style>
border-color css
<style>
span { border-color: #B595CE; }
span { border-color: rgb(181,149,206); }
td.TdClassName
{
border-color: #B595CE;
}
.TagClassName
{
border-color: #B595CE;
}
</style>