Shades of Biloba Flower #B493E0
Tints of Biloba Flower #B493E0
RGB
CMYK
RGB Variations
Color information
#B493E0 (or 0xB493E0) is known color: Biloba Flower. HEX triplet: B4, 93 and E0. RGB value is (180,147,224). Sum of RGB (Red+Green+Blue) = 180+147+224=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #B493E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493E0 is #4B6C1F. Grayscale: #A5A5A5. Windows color (decimal): -4942880 or 14717876. OLE color: 14717876.
HSL color Cylindrical-coordinate representation of color #B493E0: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B493E0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 147 | 224 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.12 |
| HSL | 265.71º | 0.55% | 0.73% | - |
| HSV(B) | 265.71º | 0.34% | 0.88% | - |
| XYZ | 42.71 | 35.95 | 75.21 | - |
| YUV | 165.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 224 | 0.20 | 0.34 | 0 | 0.12 | 265.71 | 0.55 | 0.73 |
| Hex | B4 | 93 | E0 | 14 | 22 | 0 | C | 10A | 37 | 49 |
| Octal | 264 | 223 | 340 | 24 | 42 | 0 | 14 | 412 | 67 | 111 |
| Binary | 10110100 | 10010011 | 11100000 | 10100 | 100010 | 0 | 1100 | 100001010 | 110111 | 1001001 |
Color Harmonies of #B493E0
Complementary color
Monochromatic Colors of #B493E0
Black with #B493E0
Text Example
Text Example
White with #B493E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493E0; }
p { color: rgb(180,147,224); }
H1.HeaderClassName
{
color: #B493E0;
}
.AnyTagClassName
{
color: #B493E0;
}
</style>
background-color css
<style>
a { background-color: #B493E0; }
a { background-color: rgb(180,147,224); }
div.DivClassName
{
background-color: #B493E0;
}
.BgClassName
{
background-color: #B493E0;
}
</style>
border-color css
<style>
span { border-color: #B493E0; }
span { border-color: rgb(180,147,224); }
td.TdClassName
{
border-color: #B493E0;
}
.TagClassName
{
border-color: #B493E0;
}
</style>