Shades of Biloba Flower #B290D5
Tints of Biloba Flower #B290D5
RGB
CMYK
RGB Variations
Color information
#B290D5 (or 0xB290D5) is known color: Biloba Flower. HEX triplet: B2, 90 and D5. RGB value is (178,144,213). Sum of RGB (Red+Green+Blue) = 178+144+213=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B290D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290D5 is #4D6F2A. Grayscale: #A1A1A1. Windows color (decimal): -5074731 or 13996210. OLE color: 13996210.
HSL color Cylindrical-coordinate representation of color #B290D5: hue angle of 269.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B290D5 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 144 | 213 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.16 |
| HSL | 269.57º | 0.45% | 0.7% | - |
| HSV(B) | 269.57º | 0.32% | 0.84% | - |
| XYZ | 40.34 | 34.22 | 67.43 | - |
| YUV | 162.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 213 | 0.16 | 0.32 | 0 | 0.16 | 269.57 | 0.45 | 0.7 |
| Hex | B2 | 90 | D5 | 10 | 20 | 0 | 10 | 10E | 2D | 46 |
| Octal | 262 | 220 | 325 | 20 | 40 | 0 | 20 | 416 | 55 | 106 |
| Binary | 10110010 | 10010000 | 11010101 | 10000 | 100000 | 0 | 10000 | 100001110 | 101101 | 1000110 |
Color Harmonies of #B290D5
Complementary color
Monochromatic Colors of #B290D5
Black with #B290D5
Text Example
Text Example
White with #B290D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290D5; }
p { color: rgb(178,144,213); }
H1.HeaderClassName
{
color: #B290D5;
}
.AnyTagClassName
{
color: #B290D5;
}
</style>
background-color css
<style>
a { background-color: #B290D5; }
a { background-color: rgb(178,144,213); }
div.DivClassName
{
background-color: #B290D5;
}
.BgClassName
{
background-color: #B290D5;
}
</style>
border-color css
<style>
span { border-color: #B290D5; }
span { border-color: rgb(178,144,213); }
td.TdClassName
{
border-color: #B290D5;
}
.TagClassName
{
border-color: #B290D5;
}
</style>