Shades of Biloba Flower #B493E7
Tints of Biloba Flower #B493E7
RGB
CMYK
RGB Variations
Color information
#B493E7 (or 0xB493E7) is known color: Biloba Flower. HEX triplet: B4, 93 and E7. RGB value is (180,147,231). Sum of RGB (Red+Green+Blue) = 180+147+231=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #B493E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493E7 is #4B6C18. Grayscale: #A6A6A6. Windows color (decimal): -4942873 or 15176628. OLE color: 15176628.
HSL color Cylindrical-coordinate representation of color #B493E7: hue angle of 263.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B493E7 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 147 | 231 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.09 |
| HSL | 263.57º | 0.64% | 0.74% | - |
| HSV(B) | 263.57º | 0.36% | 0.91% | - |
| XYZ | 43.68 | 36.34 | 80.31 | - |
| YUV | 166.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 231 | 0.22 | 0.36 | 0 | 0.09 | 263.57 | 0.64 | 0.74 |
| Hex | B4 | 93 | E7 | 16 | 24 | 0 | 9 | 108 | 40 | 4A |
| Octal | 264 | 223 | 347 | 26 | 44 | 0 | 11 | 410 | 100 | 112 |
| Binary | 10110100 | 10010011 | 11100111 | 10110 | 100100 | 0 | 1001 | 100001000 | 1000000 | 1001010 |
Color Harmonies of #B493E7
Complementary color
Monochromatic Colors of #B493E7
Black with #B493E7
Text Example
Text Example
White with #B493E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493E7; }
p { color: rgb(180,147,231); }
H1.HeaderClassName
{
color: #B493E7;
}
.AnyTagClassName
{
color: #B493E7;
}
</style>
background-color css
<style>
a { background-color: #B493E7; }
a { background-color: rgb(180,147,231); }
div.DivClassName
{
background-color: #B493E7;
}
.BgClassName
{
background-color: #B493E7;
}
</style>
border-color css
<style>
span { border-color: #B493E7; }
span { border-color: rgb(180,147,231); }
td.TdClassName
{
border-color: #B493E7;
}
.TagClassName
{
border-color: #B493E7;
}
</style>