Shades of Biloba Flower #B295D7
Tints of Biloba Flower #B295D7
RGB
CMYK
RGB Variations
Color information
#B295D7 (or 0xB295D7) is known color: Biloba Flower. HEX triplet: B2, 95 and D7. RGB value is (178,149,215). Sum of RGB (Red+Green+Blue) = 178+149+215=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #B295D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295D7 is #4D6A28. Grayscale: #A4A4A4. Windows color (decimal): -5073449 or 14128562. OLE color: 14128562.
HSL color Cylindrical-coordinate representation of color #B295D7: hue angle of 266.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B295D7 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 149 | 215 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.16 |
| HSL | 266.36º | 0.45% | 0.71% | - |
| HSV(B) | 266.36º | 0.31% | 0.84% | - |
| XYZ | 41.37 | 35.87 | 69.03 | - |
| YUV | 165.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 215 | 0.17 | 0.31 | 0 | 0.16 | 266.36 | 0.45 | 0.71 |
| Hex | B2 | 95 | D7 | 11 | 1F | 0 | 10 | 10A | 2D | 47 |
| Octal | 262 | 225 | 327 | 21 | 37 | 0 | 20 | 412 | 55 | 107 |
| Binary | 10110010 | 10010101 | 11010111 | 10001 | 11111 | 0 | 10000 | 100001010 | 101101 | 1000111 |
Color Harmonies of #B295D7
Complementary color
Monochromatic Colors of #B295D7
Black with #B295D7
Text Example
Text Example
White with #B295D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295D7; }
p { color: rgb(178,149,215); }
H1.HeaderClassName
{
color: #B295D7;
}
.AnyTagClassName
{
color: #B295D7;
}
</style>
background-color css
<style>
a { background-color: #B295D7; }
a { background-color: rgb(178,149,215); }
div.DivClassName
{
background-color: #B295D7;
}
.BgClassName
{
background-color: #B295D7;
}
</style>
border-color css
<style>
span { border-color: #B295D7; }
span { border-color: rgb(178,149,215); }
td.TdClassName
{
border-color: #B295D7;
}
.TagClassName
{
border-color: #B295D7;
}
</style>