Shades of Biloba Flower #B193E0
Tints of Biloba Flower #B193E0
RGB
CMYK
RGB Variations
Color information
#B193E0 (or 0xB193E0) is known color: Biloba Flower. HEX triplet: B1, 93 and E0. RGB value is (177,147,224). Sum of RGB (Red+Green+Blue) = 177+147+224=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #B193E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193E0 is #4E6C1F. Grayscale: #A4A4A4. Windows color (decimal): -5139488 or 14717873. OLE color: 14717873.
HSL color Cylindrical-coordinate representation of color #B193E0: hue angle of 263.38º 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 #B193E0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 147 | 224 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.12 |
| HSL | 263.38º | 0.55% | 0.73% | - |
| HSV(B) | 263.38º | 0.34% | 0.88% | - |
| XYZ | 42.02 | 35.6 | 75.18 | - |
| YUV | 164.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 224 | 0.21 | 0.34 | 0 | 0.12 | 263.38 | 0.55 | 0.73 |
| Hex | B1 | 93 | E0 | 15 | 22 | 0 | C | 107 | 37 | 49 |
| Octal | 261 | 223 | 340 | 25 | 42 | 0 | 14 | 407 | 67 | 111 |
| Binary | 10110001 | 10010011 | 11100000 | 10101 | 100010 | 0 | 1100 | 100000111 | 110111 | 1001001 |
Color Harmonies of #B193E0
Complementary color
Monochromatic Colors of #B193E0
Black with #B193E0
Text Example
Text Example
White with #B193E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193E0; }
p { color: rgb(177,147,224); }
H1.HeaderClassName
{
color: #B193E0;
}
.AnyTagClassName
{
color: #B193E0;
}
</style>
background-color css
<style>
a { background-color: #B193E0; }
a { background-color: rgb(177,147,224); }
div.DivClassName
{
background-color: #B193E0;
}
.BgClassName
{
background-color: #B193E0;
}
</style>
border-color css
<style>
span { border-color: #B193E0; }
span { border-color: rgb(177,147,224); }
td.TdClassName
{
border-color: #B193E0;
}
.TagClassName
{
border-color: #B193E0;
}
</style>