Shades of Biloba Flower #B291D1
Tints of Biloba Flower #B291D1
RGB
CMYK
RGB Variations
Color information
#B291D1 (or 0xB291D1) is known color: Biloba Flower. HEX triplet: B2, 91 and D1. RGB value is (178,145,209). Sum of RGB (Red+Green+Blue) = 178+145+209=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #B291D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291D1 is #4D6E2E. Grayscale: #A1A1A1. Windows color (decimal): -5074479 or 13734322. OLE color: 13734322.
HSL color Cylindrical-coordinate representation of color #B291D1: hue angle of 270.94º 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 #B291D1 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 145 | 209 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.18 |
| HSL | 270.94º | 0.41% | 0.69% | - |
| HSV(B) | 270.94º | 0.31% | 0.82% | - |
| XYZ | 39.99 | 34.32 | 64.84 | - |
| YUV | 162.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 209 | 0.15 | 0.31 | 0 | 0.18 | 270.94 | 0.41 | 0.69 |
| Hex | B2 | 91 | D1 | F | 1F | 0 | 12 | 10F | 29 | 45 |
| Octal | 262 | 221 | 321 | 17 | 37 | 0 | 22 | 417 | 51 | 105 |
| Binary | 10110010 | 10010001 | 11010001 | 1111 | 11111 | 0 | 10010 | 100001111 | 101001 | 1000101 |
Color Harmonies of #B291D1
Complementary color
Monochromatic Colors of #B291D1
Black with #B291D1
Text Example
Text Example
White with #B291D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291D1; }
p { color: rgb(178,145,209); }
H1.HeaderClassName
{
color: #B291D1;
}
.AnyTagClassName
{
color: #B291D1;
}
</style>
background-color css
<style>
a { background-color: #B291D1; }
a { background-color: rgb(178,145,209); }
div.DivClassName
{
background-color: #B291D1;
}
.BgClassName
{
background-color: #B291D1;
}
</style>
border-color css
<style>
span { border-color: #B291D1; }
span { border-color: rgb(178,145,209); }
td.TdClassName
{
border-color: #B291D1;
}
.TagClassName
{
border-color: #B291D1;
}
</style>