Shades of Biloba Flower #B290DC
Tints of Biloba Flower #B290DC
RGB
CMYK
RGB Variations
Color information
#B290DC (or 0xB290DC) is known color: Biloba Flower. HEX triplet: B2, 90 and DC. RGB value is (178,144,220). Sum of RGB (Red+Green+Blue) = 178+144+220=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B290DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290DC is #4D6F23. Grayscale: #A2A2A2. Windows color (decimal): -5074724 or 14454962. OLE color: 14454962.
HSL color Cylindrical-coordinate representation of color #B290DC: hue angle of 266.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B290DC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 144 | 220 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.14 |
| HSL | 266.84º | 0.52% | 0.71% | - |
| HSV(B) | 266.84º | 0.35% | 0.86% | - |
| XYZ | 41.25 | 34.58 | 72.21 | - |
| YUV | 162.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 220 | 0.19 | 0.35 | 0 | 0.14 | 266.84 | 0.52 | 0.71 |
| Hex | B2 | 90 | DC | 13 | 23 | 0 | E | 10B | 34 | 47 |
| Octal | 262 | 220 | 334 | 23 | 43 | 0 | 16 | 413 | 64 | 107 |
| Binary | 10110010 | 10010000 | 11011100 | 10011 | 100011 | 0 | 1110 | 100001011 | 110100 | 1000111 |
Color Harmonies of #B290DC
Complementary color
Monochromatic Colors of #B290DC
Black with #B290DC
Text Example
Text Example
White with #B290DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290DC; }
p { color: rgb(178,144,220); }
H1.HeaderClassName
{
color: #B290DC;
}
.AnyTagClassName
{
color: #B290DC;
}
</style>
background-color css
<style>
a { background-color: #B290DC; }
a { background-color: rgb(178,144,220); }
div.DivClassName
{
background-color: #B290DC;
}
.BgClassName
{
background-color: #B290DC;
}
</style>
border-color css
<style>
span { border-color: #B290DC; }
span { border-color: rgb(178,144,220); }
td.TdClassName
{
border-color: #B290DC;
}
.TagClassName
{
border-color: #B290DC;
}
</style>