Shades of Biloba Flower #B290D0
Tints of Biloba Flower #B290D0
RGB
CMYK
RGB Variations
Color information
#B290D0 (or 0xB290D0) is known color: Biloba Flower. HEX triplet: B2, 90 and D0. RGB value is (178,144,208). Sum of RGB (Red+Green+Blue) = 178+144+208=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #B290D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290D0 is #4D6F2F. Grayscale: #A1A1A1. Windows color (decimal): -5074736 or 13668530. OLE color: 13668530.
HSL color Cylindrical-coordinate representation of color #B290D0: hue angle of 271.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B290D0 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 144 | 208 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.18 |
| HSL | 271.88º | 0.41% | 0.69% | - |
| HSV(B) | 271.88º | 0.31% | 0.82% | - |
| XYZ | 39.72 | 33.97 | 64.14 | - |
| YUV | 161.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 208 | 0.14 | 0.31 | 0 | 0.18 | 271.88 | 0.41 | 0.69 |
| Hex | B2 | 90 | D0 | E | 1F | 0 | 12 | 110 | 29 | 45 |
| Octal | 262 | 220 | 320 | 16 | 37 | 0 | 22 | 420 | 51 | 105 |
| Binary | 10110010 | 10010000 | 11010000 | 1110 | 11111 | 0 | 10010 | 100010000 | 101001 | 1000101 |
Color Harmonies of #B290D0
Complementary color
Monochromatic Colors of #B290D0
Black with #B290D0
Text Example
Text Example
White with #B290D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290D0; }
p { color: rgb(178,144,208); }
H1.HeaderClassName
{
color: #B290D0;
}
.AnyTagClassName
{
color: #B290D0;
}
</style>
background-color css
<style>
a { background-color: #B290D0; }
a { background-color: rgb(178,144,208); }
div.DivClassName
{
background-color: #B290D0;
}
.BgClassName
{
background-color: #B290D0;
}
</style>
border-color css
<style>
span { border-color: #B290D0; }
span { border-color: rgb(178,144,208); }
td.TdClassName
{
border-color: #B290D0;
}
.TagClassName
{
border-color: #B290D0;
}
</style>