Shades of Biloba Flower #B493D1
Tints of Biloba Flower #B493D1
RGB
CMYK
RGB Variations
Color information
#B493D1 (or 0xB493D1) is known color: Biloba Flower. HEX triplet: B4, 93 and D1. RGB value is (180,147,209). Sum of RGB (Red+Green+Blue) = 180+147+209=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #B493D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493D1 is #4B6C2E. Grayscale: #A3A3A3. Windows color (decimal): -4942895 or 13734836. OLE color: 13734836.
HSL color Cylindrical-coordinate representation of color #B493D1: hue angle of 271.94º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B493D1 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 147 | 209 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.18 |
| HSL | 271.94º | 0.4% | 0.7% | - |
| HSV(B) | 271.94º | 0.3% | 0.82% | - |
| XYZ | 40.76 | 35.17 | 64.96 | - |
| YUV | 163.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 209 | 0.14 | 0.30 | 0 | 0.18 | 271.94 | 0.4 | 0.7 |
| Hex | B4 | 93 | D1 | E | 1E | 0 | 12 | 110 | 28 | 46 |
| Octal | 264 | 223 | 321 | 16 | 36 | 0 | 22 | 420 | 50 | 106 |
| Binary | 10110100 | 10010011 | 11010001 | 1110 | 11110 | 0 | 10010 | 100010000 | 101000 | 1000110 |
Color Harmonies of #B493D1
Complementary color
Monochromatic Colors of #B493D1
Black with #B493D1
Text Example
Text Example
White with #B493D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493D1; }
p { color: rgb(180,147,209); }
H1.HeaderClassName
{
color: #B493D1;
}
.AnyTagClassName
{
color: #B493D1;
}
</style>
background-color css
<style>
a { background-color: #B493D1; }
a { background-color: rgb(180,147,209); }
div.DivClassName
{
background-color: #B493D1;
}
.BgClassName
{
background-color: #B493D1;
}
</style>
border-color css
<style>
span { border-color: #B493D1; }
span { border-color: rgb(180,147,209); }
td.TdClassName
{
border-color: #B493D1;
}
.TagClassName
{
border-color: #B493D1;
}
</style>