Shades of Biloba Flower #B396E4
Tints of Biloba Flower #B396E4
RGB
CMYK
RGB Variations
Color information
#B396E4 (or 0xB396E4) is known color: Biloba Flower. HEX triplet: B3, 96 and E4. RGB value is (179,150,228). Sum of RGB (Red+Green+Blue) = 179+150+228=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #B396E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396E4 is #4C691B. Grayscale: #A7A7A7. Windows color (decimal): -5007644 or 14980787. OLE color: 14980787.
HSL color Cylindrical-coordinate representation of color #B396E4: hue angle of 262.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B396E4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 150 | 228 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.11 |
| HSL | 262.31º | 0.59% | 0.74% | - |
| HSV(B) | 262.31º | 0.34% | 0.89% | - |
| XYZ | 43.5 | 37 | 78.25 | - |
| YUV | 167.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 228 | 0.21 | 0.34 | 0 | 0.11 | 262.31 | 0.59 | 0.74 |
| Hex | B3 | 96 | E4 | 15 | 22 | 0 | B | 106 | 3B | 4A |
| Octal | 263 | 226 | 344 | 25 | 42 | 0 | 13 | 406 | 73 | 112 |
| Binary | 10110011 | 10010110 | 11100100 | 10101 | 100010 | 0 | 1011 | 100000110 | 111011 | 1001010 |
Color Harmonies of #B396E4
Complementary color
Monochromatic Colors of #B396E4
Black with #B396E4
Text Example
Text Example
White with #B396E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B396E4; }
p { color: rgb(179,150,228); }
H1.HeaderClassName
{
color: #B396E4;
}
.AnyTagClassName
{
color: #B396E4;
}
</style>
background-color css
<style>
a { background-color: #B396E4; }
a { background-color: rgb(179,150,228); }
div.DivClassName
{
background-color: #B396E4;
}
.BgClassName
{
background-color: #B396E4;
}
</style>
border-color css
<style>
span { border-color: #B396E4; }
span { border-color: rgb(179,150,228); }
td.TdClassName
{
border-color: #B396E4;
}
.TagClassName
{
border-color: #B396E4;
}
</style>