Shades of Biloba Flower #B384F3
Tints of Biloba Flower #B384F3
RGB
CMYK
RGB Variations
Color information
#B384F3 (or 0xB384F3) is known color: Biloba Flower. HEX triplet: B3, 84 and F3. RGB value is (179,132,243). Sum of RGB (Red+Green+Blue) = 179+132+243=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #B384F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384F3 is #4C7B0C. Grayscale: #9E9E9E. Windows color (decimal): -5012237 or 15959219. OLE color: 15959219.
HSL color Cylindrical-coordinate representation of color #B384F3: hue angle of 265.41º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B384F3 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 132 | 243 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.05 |
| HSL | 265.41º | 0.82% | 0.74% | - |
| HSV(B) | 265.41º | 0.46% | 0.95% | - |
| XYZ | 43.02 | 32.56 | 88.81 | - |
| YUV | 158.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 243 | 0.26 | 0.46 | 0 | 0.05 | 265.41 | 0.82 | 0.74 |
| Hex | B3 | 84 | F3 | 1A | 2E | 0 | 5 | 109 | 52 | 4A |
| Octal | 263 | 204 | 363 | 32 | 56 | 0 | 5 | 411 | 122 | 112 |
| Binary | 10110011 | 10000100 | 11110011 | 11010 | 101110 | 0 | 101 | 100001001 | 1010010 | 1001010 |
Color Harmonies of #B384F3
Complementary color
Monochromatic Colors of #B384F3
Black with #B384F3
Text Example
Text Example
White with #B384F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B384F3; }
p { color: rgb(179,132,243); }
H1.HeaderClassName
{
color: #B384F3;
}
.AnyTagClassName
{
color: #B384F3;
}
</style>
background-color css
<style>
a { background-color: #B384F3; }
a { background-color: rgb(179,132,243); }
div.DivClassName
{
background-color: #B384F3;
}
.BgClassName
{
background-color: #B384F3;
}
</style>
border-color css
<style>
span { border-color: #B384F3; }
span { border-color: rgb(179,132,243); }
td.TdClassName
{
border-color: #B384F3;
}
.TagClassName
{
border-color: #B384F3;
}
</style>