Shades of Biloba Flower #B384EC
Tints of Biloba Flower #B384EC
RGB
CMYK
RGB Variations
Color information
#B384EC (or 0xB384EC) is known color: Biloba Flower. HEX triplet: B3, 84 and EC. RGB value is (179,132,236). Sum of RGB (Red+Green+Blue) = 179+132+236=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B384EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384EC is #4C7B13. Grayscale: #9D9D9D. Windows color (decimal): -5012244 or 15500467. OLE color: 15500467.
HSL color Cylindrical-coordinate representation of color #B384EC: hue angle of 267.12º 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 #B384EC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 132 | 236 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.07 |
| HSL | 267.12º | 0.73% | 0.72% | - |
| HSV(B) | 267.12º | 0.44% | 0.93% | - |
| XYZ | 41.98 | 32.14 | 83.35 | - |
| YUV | 157.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 236 | 0.24 | 0.44 | 0 | 0.07 | 267.12 | 0.73 | 0.72 |
| Hex | B3 | 84 | EC | 18 | 2C | 0 | 7 | 10B | 49 | 48 |
| Octal | 263 | 204 | 354 | 30 | 54 | 0 | 7 | 413 | 111 | 110 |
| Binary | 10110011 | 10000100 | 11101100 | 11000 | 101100 | 0 | 111 | 100001011 | 1001001 | 1001000 |
Color Harmonies of #B384EC
Complementary color
Monochromatic Colors of #B384EC
Black with #B384EC
Text Example
Text Example
White with #B384EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384EC; }
p { color: rgb(179,132,236); }
H1.HeaderClassName
{
color: #B384EC;
}
.AnyTagClassName
{
color: #B384EC;
}
</style>
background-color css
<style>
a { background-color: #B384EC; }
a { background-color: rgb(179,132,236); }
div.DivClassName
{
background-color: #B384EC;
}
.BgClassName
{
background-color: #B384EC;
}
</style>
border-color css
<style>
span { border-color: #B384EC; }
span { border-color: rgb(179,132,236); }
td.TdClassName
{
border-color: #B384EC;
}
.TagClassName
{
border-color: #B384EC;
}
</style>