Shades of Biloba Flower #B295DC
Tints of Biloba Flower #B295DC
RGB
CMYK
RGB Variations
Color information
#B295DC (or 0xB295DC) is known color: Biloba Flower. HEX triplet: B2, 95 and DC. RGB value is (178,149,220). Sum of RGB (Red+Green+Blue) = 178+149+220=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B295DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DC is #4D6A23. Grayscale: #A5A5A5. Windows color (decimal): -5073444 or 14456242. OLE color: 14456242.
HSL color Cylindrical-coordinate representation of color #B295DC: hue angle of 264.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B295DC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 149 | 220 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.14 |
| HSL | 264.51º | 0.5% | 0.72% | - |
| HSV(B) | 264.51º | 0.32% | 0.86% | - |
| XYZ | 42.03 | 36.13 | 72.47 | - |
| YUV | 165.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 220 | 0.19 | 0.32 | 0 | 0.14 | 264.51 | 0.5 | 0.72 |
| Hex | B2 | 95 | DC | 13 | 20 | 0 | E | 109 | 32 | 48 |
| Octal | 262 | 225 | 334 | 23 | 40 | 0 | 16 | 411 | 62 | 110 |
| Binary | 10110010 | 10010101 | 11011100 | 10011 | 100000 | 0 | 1110 | 100001001 | 110010 | 1001000 |
Color Harmonies of #B295DC
Complementary color
Monochromatic Colors of #B295DC
Black with #B295DC
Text Example
Text Example
White with #B295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295DC; }
p { color: rgb(178,149,220); }
H1.HeaderClassName
{
color: #B295DC;
}
.AnyTagClassName
{
color: #B295DC;
}
</style>
background-color css
<style>
a { background-color: #B295DC; }
a { background-color: rgb(178,149,220); }
div.DivClassName
{
background-color: #B295DC;
}
.BgClassName
{
background-color: #B295DC;
}
</style>
border-color css
<style>
span { border-color: #B295DC; }
span { border-color: rgb(178,149,220); }
td.TdClassName
{
border-color: #B295DC;
}
.TagClassName
{
border-color: #B295DC;
}
</style>