Shades of Biloba Flower #B491CE
Tints of Biloba Flower #B491CE
RGB
CMYK
RGB Variations
Color information
#B491CE (or 0xB491CE) is known color: Biloba Flower. HEX triplet: B4, 91 and CE. RGB value is (180,145,206). Sum of RGB (Red+Green+Blue) = 180+145+206=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B491CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491CE is #4B6E31. Grayscale: #A2A2A2. Windows color (decimal): -4943410 or 13537716. OLE color: 13537716.
HSL color Cylindrical-coordinate representation of color #B491CE: hue angle of 274.43º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B491CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 145 | 206 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.19 |
| HSL | 274.43º | 0.38% | 0.69% | - |
| HSV(B) | 274.43º | 0.3% | 0.81% | - |
| XYZ | 40.09 | 34.41 | 62.92 | - |
| YUV | 162.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 206 | 0.13 | 0.30 | 0 | 0.19 | 274.43 | 0.38 | 0.69 |
| Hex | B4 | 91 | CE | D | 1E | 0 | 13 | 112 | 26 | 45 |
| Octal | 264 | 221 | 316 | 15 | 36 | 0 | 23 | 422 | 46 | 105 |
| Binary | 10110100 | 10010001 | 11001110 | 1101 | 11110 | 0 | 10011 | 100010010 | 100110 | 1000101 |
Color Harmonies of #B491CE
Complementary color
Monochromatic Colors of #B491CE
Black with #B491CE
Text Example
Text Example
White with #B491CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491CE; }
p { color: rgb(180,145,206); }
H1.HeaderClassName
{
color: #B491CE;
}
.AnyTagClassName
{
color: #B491CE;
}
</style>
background-color css
<style>
a { background-color: #B491CE; }
a { background-color: rgb(180,145,206); }
div.DivClassName
{
background-color: #B491CE;
}
.BgClassName
{
background-color: #B491CE;
}
</style>
border-color css
<style>
span { border-color: #B491CE; }
span { border-color: rgb(180,145,206); }
td.TdClassName
{
border-color: #B491CE;
}
.TagClassName
{
border-color: #B491CE;
}
</style>