Shades of Biloba Flower #B184EC
Tints of Biloba Flower #B184EC
RGB
CMYK
RGB Variations
Color information
#B184EC (or 0xB184EC) is known color: Biloba Flower. HEX triplet: B1, 84 and EC. RGB value is (177,132,236). Sum of RGB (Red+Green+Blue) = 177+132+236=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B184EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184EC is #4E7B13. Grayscale: #9C9C9C. Windows color (decimal): -5143316 or 15500465. OLE color: 15500465.
HSL color Cylindrical-coordinate representation of color #B184EC: hue angle of 265.96º 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 #B184EC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 132 | 236 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.07 |
| HSL | 265.96º | 0.73% | 0.72% | - |
| HSV(B) | 265.96º | 0.44% | 0.93% | - |
| XYZ | 41.52 | 31.91 | 83.33 | - |
| YUV | 157.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 236 | 0.25 | 0.44 | 0 | 0.07 | 265.96 | 0.73 | 0.72 |
| Hex | B1 | 84 | EC | 19 | 2C | 0 | 7 | 10A | 49 | 48 |
| Octal | 261 | 204 | 354 | 31 | 54 | 0 | 7 | 412 | 111 | 110 |
| Binary | 10110001 | 10000100 | 11101100 | 11001 | 101100 | 0 | 111 | 100001010 | 1001001 | 1001000 |
Color Harmonies of #B184EC
Complementary color
Monochromatic Colors of #B184EC
Black with #B184EC
Text Example
Text Example
White with #B184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184EC; }
p { color: rgb(177,132,236); }
H1.HeaderClassName
{
color: #B184EC;
}
.AnyTagClassName
{
color: #B184EC;
}
</style>
background-color css
<style>
a { background-color: #B184EC; }
a { background-color: rgb(177,132,236); }
div.DivClassName
{
background-color: #B184EC;
}
.BgClassName
{
background-color: #B184EC;
}
</style>
border-color css
<style>
span { border-color: #B184EC; }
span { border-color: rgb(177,132,236); }
td.TdClassName
{
border-color: #B184EC;
}
.TagClassName
{
border-color: #B184EC;
}
</style>