Shades of Biloba Flower #B290D1
Tints of Biloba Flower #B290D1
RGB
CMYK
RGB Variations
Color information
#B290D1 (or 0xB290D1) is known color: Biloba Flower. HEX triplet: B2, 90 and D1. RGB value is (178,144,209). Sum of RGB (Red+Green+Blue) = 178+144+209=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #B290D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290D1 is #4D6F2E. Grayscale: #A1A1A1. Windows color (decimal): -5074735 or 13734066. OLE color: 13734066.
HSL color Cylindrical-coordinate representation of color #B290D1: hue angle of 271.38º 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 #B290D1 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 144 | 209 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.18 |
| HSL | 271.38º | 0.41% | 0.69% | - |
| HSV(B) | 271.38º | 0.31% | 0.82% | - |
| XYZ | 39.84 | 34.01 | 64.79 | - |
| YUV | 161.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 209 | 0.15 | 0.31 | 0 | 0.18 | 271.38 | 0.41 | 0.69 |
| Hex | B2 | 90 | D1 | F | 1F | 0 | 12 | 10F | 29 | 45 |
| Octal | 262 | 220 | 321 | 17 | 37 | 0 | 22 | 417 | 51 | 105 |
| Binary | 10110010 | 10010000 | 11010001 | 1111 | 11111 | 0 | 10010 | 100001111 | 101001 | 1000101 |
Color Harmonies of #B290D1
Complementary color
Monochromatic Colors of #B290D1
Black with #B290D1
Text Example
Text Example
White with #B290D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290D1; }
p { color: rgb(178,144,209); }
H1.HeaderClassName
{
color: #B290D1;
}
.AnyTagClassName
{
color: #B290D1;
}
</style>
background-color css
<style>
a { background-color: #B290D1; }
a { background-color: rgb(178,144,209); }
div.DivClassName
{
background-color: #B290D1;
}
.BgClassName
{
background-color: #B290D1;
}
</style>
border-color css
<style>
span { border-color: #B290D1; }
span { border-color: rgb(178,144,209); }
td.TdClassName
{
border-color: #B290D1;
}
.TagClassName
{
border-color: #B290D1;
}
</style>