Shades of Biloba Flower #B593F5
Tints of Biloba Flower #B593F5
RGB
CMYK
RGB Variations
Color information
#B593F5 (or 0xB593F5) is known color: Biloba Flower. HEX triplet: B5, 93 and F5. RGB value is (181,147,245). Sum of RGB (Red+Green+Blue) = 181+147+245=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #B593F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B593F5 is #4A6C0A. Grayscale: #A7A7A7. Windows color (decimal): -4877323 or 16094133. OLE color: 16094133.
HSL color Cylindrical-coordinate representation of color #B593F5: hue angle of 260.82º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B593F5 is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 147 | 245 | - |
| CMYK | 0.26 | 0.4 | 0 | 0.04 |
| HSL | 260.82º | 0.83% | 0.77% | - |
| HSV(B) | 260.82º | 0.4% | 0.96% | - |
| XYZ | 45.97 | 37.28 | 91.16 | - |
| YUV | 168.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 245 | 0.26 | 0.4 | 0 | 0.04 | 260.82 | 0.83 | 0.77 |
| Hex | B5 | 93 | F5 | 1A | 28 | 0 | 4 | 105 | 53 | 4D |
| Octal | 265 | 223 | 365 | 32 | 50 | 0 | 4 | 405 | 123 | 115 |
| Binary | 10110101 | 10010011 | 11110101 | 11010 | 101000 | 0 | 100 | 100000101 | 1010011 | 1001101 |
Color Harmonies of #B593F5
Complementary color
Monochromatic Colors of #B593F5
Black with #B593F5
Text Example
Text Example
White with #B593F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593F5; }
p { color: rgb(181,147,245); }
H1.HeaderClassName
{
color: #B593F5;
}
.AnyTagClassName
{
color: #B593F5;
}
</style>
background-color css
<style>
a { background-color: #B593F5; }
a { background-color: rgb(181,147,245); }
div.DivClassName
{
background-color: #B593F5;
}
.BgClassName
{
background-color: #B593F5;
}
</style>
border-color css
<style>
span { border-color: #B593F5; }
span { border-color: rgb(181,147,245); }
td.TdClassName
{
border-color: #B593F5;
}
.TagClassName
{
border-color: #B593F5;
}
</style>