Shades of Biloba Flower #B384E5
Tints of Biloba Flower #B384E5
RGB
CMYK
RGB Variations
Color information
#B384E5 (or 0xB384E5) is known color: Biloba Flower. HEX triplet: B3, 84 and E5. RGB value is (179,132,229). Sum of RGB (Red+Green+Blue) = 179+132+229=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #B384E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384E5 is #4C7B1A. Grayscale: #9C9C9C. Windows color (decimal): -5012251 or 15041715. OLE color: 15041715.
HSL color Cylindrical-coordinate representation of color #B384E5: hue angle of 269.07º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B384E5 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 132 | 229 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.10 |
| HSL | 269.07º | 0.65% | 0.71% | - |
| HSV(B) | 269.07º | 0.42% | 0.9% | - |
| XYZ | 40.98 | 31.74 | 78.1 | - |
| YUV | 157.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 229 | 0.22 | 0.42 | 0 | 0.10 | 269.07 | 0.65 | 0.71 |
| Hex | B3 | 84 | E5 | 16 | 2A | 0 | A | 10D | 41 | 47 |
| Octal | 263 | 204 | 345 | 26 | 52 | 0 | 12 | 415 | 101 | 107 |
| Binary | 10110011 | 10000100 | 11100101 | 10110 | 101010 | 0 | 1010 | 100001101 | 1000001 | 1000111 |
Color Harmonies of #B384E5
Complementary color
Monochromatic Colors of #B384E5
Black with #B384E5
Text Example
Text Example
White with #B384E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384E5; }
p { color: rgb(179,132,229); }
H1.HeaderClassName
{
color: #B384E5;
}
.AnyTagClassName
{
color: #B384E5;
}
</style>
background-color css
<style>
a { background-color: #B384E5; }
a { background-color: rgb(179,132,229); }
div.DivClassName
{
background-color: #B384E5;
}
.BgClassName
{
background-color: #B384E5;
}
</style>
border-color css
<style>
span { border-color: #B384E5; }
span { border-color: rgb(179,132,229); }
td.TdClassName
{
border-color: #B384E5;
}
.TagClassName
{
border-color: #B384E5;
}
</style>