Shades of Biloba Flower #B491E0
Tints of Biloba Flower #B491E0
RGB
CMYK
RGB Variations
Color information
#B491E0 (or 0xB491E0) is known color: Biloba Flower. HEX triplet: B4, 91 and E0. RGB value is (180,145,224). Sum of RGB (Red+Green+Blue) = 180+145+224=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #B491E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491E0 is #4B6E1F. Grayscale: #A4A4A4. Windows color (decimal): -4943392 or 14717364. OLE color: 14717364.
HSL color Cylindrical-coordinate representation of color #B491E0: hue angle of 266.58º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B491E0 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 145 | 224 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.12 |
| HSL | 266.58º | 0.56% | 0.72% | - |
| HSV(B) | 266.58º | 0.35% | 0.88% | - |
| XYZ | 42.4 | 35.34 | 75.11 | - |
| YUV | 164.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 224 | 0.20 | 0.35 | 0 | 0.12 | 266.58 | 0.56 | 0.72 |
| Hex | B4 | 91 | E0 | 14 | 23 | 0 | C | 10B | 38 | 48 |
| Octal | 264 | 221 | 340 | 24 | 43 | 0 | 14 | 413 | 70 | 110 |
| Binary | 10110100 | 10010001 | 11100000 | 10100 | 100011 | 0 | 1100 | 100001011 | 111000 | 1001000 |
Color Harmonies of #B491E0
Complementary color
Monochromatic Colors of #B491E0
Black with #B491E0
Text Example
Text Example
White with #B491E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491E0; }
p { color: rgb(180,145,224); }
H1.HeaderClassName
{
color: #B491E0;
}
.AnyTagClassName
{
color: #B491E0;
}
</style>
background-color css
<style>
a { background-color: #B491E0; }
a { background-color: rgb(180,145,224); }
div.DivClassName
{
background-color: #B491E0;
}
.BgClassName
{
background-color: #B491E0;
}
</style>
border-color css
<style>
span { border-color: #B491E0; }
span { border-color: rgb(180,145,224); }
td.TdClassName
{
border-color: #B491E0;
}
.TagClassName
{
border-color: #B491E0;
}
</style>