Shades of Biloba Flower #B293FF
Tints of Biloba Flower #B293FF
RGB
CMYK
RGB Variations
Color information
#B293FF (or 0xB293FF) is known color: Biloba Flower. HEX triplet: B2, 93 and FF. RGB value is (178,147,255). Sum of RGB (Red+Green+Blue) = 178+147+255=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B293FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293FF is #4D6C00. Grayscale: #A8A8A8. Windows color (decimal): -5073921 or 16749490. OLE color: 16749490.
HSL color Cylindrical-coordinate representation of color #B293FF: hue angle of 257.22º 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 #B293FF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 147 | 255 | - |
| CMYK | 0.30 | 0.42 | 0 | 0 |
| HSL | 257.22º | 1% | 0.79% | - |
| HSV(B) | 257.22º | 0.42% | 1% | - |
| XYZ | 46.84 | 37.55 | 99.39 | - |
| YUV | 168.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 255 | 0.30 | 0.42 | 0 | 0 | 257.22 | 1 | 0.79 |
| Hex | B2 | 93 | FF | 1E | 2A | 0 | 0 | 101 | 64 | 4F |
| Octal | 262 | 223 | 377 | 36 | 52 | 0 | 0 | 401 | 144 | 117 |
| Binary | 10110010 | 10010011 | 11111111 | 11110 | 101010 | 0 | 0 | 100000001 | 1100100 | 1001111 |
Color Harmonies of #B293FF
Complementary color
Monochromatic Colors of #B293FF
Black with #B293FF
Text Example
Text Example
White with #B293FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293FF; }
p { color: rgb(178,147,255); }
H1.HeaderClassName
{
color: #B293FF;
}
.AnyTagClassName
{
color: #B293FF;
}
</style>
background-color css
<style>
a { background-color: #B293FF; }
a { background-color: rgb(178,147,255); }
div.DivClassName
{
background-color: #B293FF;
}
.BgClassName
{
background-color: #B293FF;
}
</style>
border-color css
<style>
span { border-color: #B293FF; }
span { border-color: rgb(178,147,255); }
td.TdClassName
{
border-color: #B293FF;
}
.TagClassName
{
border-color: #B293FF;
}
</style>