Shades of Biloba Flower #B290D7
Tints of Biloba Flower #B290D7
RGB
CMYK
RGB Variations
Color information
#B290D7 (or 0xB290D7) is known color: Biloba Flower. HEX triplet: B2, 90 and D7. RGB value is (178,144,215). Sum of RGB (Red+Green+Blue) = 178+144+215=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #B290D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290D7 is #4D6F28. Grayscale: #A2A2A2. Windows color (decimal): -5074729 or 14127282. OLE color: 14127282.
HSL color Cylindrical-coordinate representation of color #B290D7: hue angle of 268.73º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B290D7 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 144 | 215 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.16 |
| HSL | 268.73º | 0.47% | 0.7% | - |
| HSV(B) | 268.73º | 0.33% | 0.84% | - |
| XYZ | 40.6 | 34.32 | 68.77 | - |
| YUV | 162.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 215 | 0.17 | 0.33 | 0 | 0.16 | 268.73 | 0.47 | 0.7 |
| Hex | B2 | 90 | D7 | 11 | 21 | 0 | 10 | 10D | 2F | 46 |
| Octal | 262 | 220 | 327 | 21 | 41 | 0 | 20 | 415 | 57 | 106 |
| Binary | 10110010 | 10010000 | 11010111 | 10001 | 100001 | 0 | 10000 | 100001101 | 101111 | 1000110 |
Color Harmonies of #B290D7
Complementary color
Monochromatic Colors of #B290D7
Black with #B290D7
Text Example
Text Example
White with #B290D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290D7; }
p { color: rgb(178,144,215); }
H1.HeaderClassName
{
color: #B290D7;
}
.AnyTagClassName
{
color: #B290D7;
}
</style>
background-color css
<style>
a { background-color: #B290D7; }
a { background-color: rgb(178,144,215); }
div.DivClassName
{
background-color: #B290D7;
}
.BgClassName
{
background-color: #B290D7;
}
</style>
border-color css
<style>
span { border-color: #B290D7; }
span { border-color: rgb(178,144,215); }
td.TdClassName
{
border-color: #B290D7;
}
.TagClassName
{
border-color: #B290D7;
}
</style>