Shades of Biloba Flower #B193E8
Tints of Biloba Flower #B193E8
RGB
CMYK
RGB Variations
Color information
#B193E8 (or 0xB193E8) is known color: Biloba Flower. HEX triplet: B1, 93 and E8. RGB value is (177,147,232). Sum of RGB (Red+Green+Blue) = 177+147+232=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #B193E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193E8 is #4E6C17. Grayscale: #A5A5A5. Windows color (decimal): -5139480 or 15242161. OLE color: 15242161.
HSL color Cylindrical-coordinate representation of color #B193E8: hue angle of 261.18º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B193E8 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 147 | 232 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.09 |
| HSL | 261.18º | 0.65% | 0.74% | - |
| HSV(B) | 261.18º | 0.37% | 0.91% | - |
| XYZ | 43.13 | 36.04 | 81.03 | - |
| YUV | 165.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 232 | 0.24 | 0.37 | 0 | 0.09 | 261.18 | 0.65 | 0.74 |
| Hex | B1 | 93 | E8 | 18 | 25 | 0 | 9 | 105 | 41 | 4A |
| Octal | 261 | 223 | 350 | 30 | 45 | 0 | 11 | 405 | 101 | 112 |
| Binary | 10110001 | 10010011 | 11101000 | 11000 | 100101 | 0 | 1001 | 100000101 | 1000001 | 1001010 |
Color Harmonies of #B193E8
Complementary color
Monochromatic Colors of #B193E8
Black with #B193E8
Text Example
Text Example
White with #B193E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193E8; }
p { color: rgb(177,147,232); }
H1.HeaderClassName
{
color: #B193E8;
}
.AnyTagClassName
{
color: #B193E8;
}
</style>
background-color css
<style>
a { background-color: #B193E8; }
a { background-color: rgb(177,147,232); }
div.DivClassName
{
background-color: #B193E8;
}
.BgClassName
{
background-color: #B193E8;
}
</style>
border-color css
<style>
span { border-color: #B193E8; }
span { border-color: rgb(177,147,232); }
td.TdClassName
{
border-color: #B193E8;
}
.TagClassName
{
border-color: #B193E8;
}
</style>