Shades of Biloba Flower #B384E0
Tints of Biloba Flower #B384E0
RGB
CMYK
RGB Variations
Color information
#B384E0 (or 0xB384E0) is known color: Biloba Flower. HEX triplet: B3, 84 and E0. RGB value is (179,132,224). Sum of RGB (Red+Green+Blue) = 179+132+224=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #B384E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384E0 is #4C7B1F. Grayscale: #9C9C9C. Windows color (decimal): -5012256 or 14714035. OLE color: 14714035.
HSL color Cylindrical-coordinate representation of color #B384E0: hue angle of 270.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B384E0 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 132 | 224 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.12 |
| HSL | 270.65º | 0.6% | 0.7% | - |
| HSV(B) | 270.65º | 0.41% | 0.88% | - |
| XYZ | 40.3 | 31.47 | 74.47 | - |
| YUV | 156.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 224 | 0.20 | 0.41 | 0 | 0.12 | 270.65 | 0.6 | 0.7 |
| Hex | B3 | 84 | E0 | 14 | 29 | 0 | C | 10F | 3C | 46 |
| Octal | 263 | 204 | 340 | 24 | 51 | 0 | 14 | 417 | 74 | 106 |
| Binary | 10110011 | 10000100 | 11100000 | 10100 | 101001 | 0 | 1100 | 100001111 | 111100 | 1000110 |
Color Harmonies of #B384E0
Complementary color
Monochromatic Colors of #B384E0
Black with #B384E0
Text Example
Text Example
White with #B384E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384E0; }
p { color: rgb(179,132,224); }
H1.HeaderClassName
{
color: #B384E0;
}
.AnyTagClassName
{
color: #B384E0;
}
</style>
background-color css
<style>
a { background-color: #B384E0; }
a { background-color: rgb(179,132,224); }
div.DivClassName
{
background-color: #B384E0;
}
.BgClassName
{
background-color: #B384E0;
}
</style>
border-color css
<style>
span { border-color: #B384E0; }
span { border-color: rgb(179,132,224); }
td.TdClassName
{
border-color: #B384E0;
}
.TagClassName
{
border-color: #B384E0;
}
</style>