Shades of Biloba Flower #B583EC
Tints of Biloba Flower #B583EC
RGB
CMYK
RGB Variations
Color information
#B583EC (or 0xB583EC) is known color: Biloba Flower. HEX triplet: B5, 83 and EC. RGB value is (181,131,236). Sum of RGB (Red+Green+Blue) = 181+131+236=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #B583EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B583EC is #4A7C13. Grayscale: #9D9D9D. Windows color (decimal): -4881428 or 15500213. OLE color: 15500213.
HSL color Cylindrical-coordinate representation of color #B583EC: hue angle of 268.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B583EC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 131 | 236 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.07 |
| HSL | 268.57º | 0.73% | 0.72% | - |
| HSV(B) | 268.57º | 0.44% | 0.93% | - |
| XYZ | 42.31 | 32.11 | 83.33 | - |
| YUV | 157.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 236 | 0.23 | 0.44 | 0 | 0.07 | 268.57 | 0.73 | 0.72 |
| Hex | B5 | 83 | EC | 17 | 2C | 0 | 7 | 10D | 49 | 48 |
| Octal | 265 | 203 | 354 | 27 | 54 | 0 | 7 | 415 | 111 | 110 |
| Binary | 10110101 | 10000011 | 11101100 | 10111 | 101100 | 0 | 111 | 100001101 | 1001001 | 1001000 |
Color Harmonies of #B583EC
Complementary color
Monochromatic Colors of #B583EC
Black with #B583EC
Text Example
Text Example
White with #B583EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B583EC; }
p { color: rgb(181,131,236); }
H1.HeaderClassName
{
color: #B583EC;
}
.AnyTagClassName
{
color: #B583EC;
}
</style>
background-color css
<style>
a { background-color: #B583EC; }
a { background-color: rgb(181,131,236); }
div.DivClassName
{
background-color: #B583EC;
}
.BgClassName
{
background-color: #B583EC;
}
</style>
border-color css
<style>
span { border-color: #B583EC; }
span { border-color: rgb(181,131,236); }
td.TdClassName
{
border-color: #B583EC;
}
.TagClassName
{
border-color: #B583EC;
}
</style>