Shades of Biloba Flower #B493FF
Tints of Biloba Flower #B493FF
RGB
CMYK
RGB Variations
Color information
#B493FF (or 0xB493FF) is known color: Biloba Flower. HEX triplet: B4, 93 and FF. RGB value is (180,147,255). Sum of RGB (Red+Green+Blue) = 180+147+255=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B493FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493FF is #4B6C00. Grayscale: #A8A8A8. Windows color (decimal): -4942849 or 16749492. OLE color: 16749492.
HSL color Cylindrical-coordinate representation of color #B493FF: hue angle of 258.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B493FF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 147 | 255 | - |
| CMYK | 0.29 | 0.42 | 0 | 0 |
| HSL | 258.33º | 1% | 0.79% | - |
| HSV(B) | 258.33º | 0.42% | 1% | - |
| XYZ | 47.31 | 37.79 | 99.41 | - |
| YUV | 169.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 255 | 0.29 | 0.42 | 0 | 0 | 258.33 | 1 | 0.79 |
| Hex | B4 | 93 | FF | 1D | 2A | 0 | 0 | 102 | 64 | 4F |
| Octal | 264 | 223 | 377 | 35 | 52 | 0 | 0 | 402 | 144 | 117 |
| Binary | 10110100 | 10010011 | 11111111 | 11101 | 101010 | 0 | 0 | 100000010 | 1100100 | 1001111 |
Color Harmonies of #B493FF
Complementary color
Monochromatic Colors of #B493FF
Black with #B493FF
Text Example
Text Example
White with #B493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493FF; }
p { color: rgb(180,147,255); }
H1.HeaderClassName
{
color: #B493FF;
}
.AnyTagClassName
{
color: #B493FF;
}
</style>
background-color css
<style>
a { background-color: #B493FF; }
a { background-color: rgb(180,147,255); }
div.DivClassName
{
background-color: #B493FF;
}
.BgClassName
{
background-color: #B493FF;
}
</style>
border-color css
<style>
span { border-color: #B493FF; }
span { border-color: rgb(180,147,255); }
td.TdClassName
{
border-color: #B493FF;
}
.TagClassName
{
border-color: #B493FF;
}
</style>