Shades of Biloba Flower #B38BEC
Tints of Biloba Flower #B38BEC
RGB
CMYK
RGB Variations
Color information
#B38BEC (or 0xB38BEC) is known color: Biloba Flower. HEX triplet: B3, 8B and EC. RGB value is (179,139,236). Sum of RGB (Red+Green+Blue) = 179+139+236=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B38BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38BEC is #4C7413. Grayscale: #A1A1A1. Windows color (decimal): -5010452 or 15502259. OLE color: 15502259.
HSL color Cylindrical-coordinate representation of color #B38BEC: hue angle of 264.74º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38BEC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 139 | 236 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.07 |
| HSL | 264.74º | 0.72% | 0.74% | - |
| HSV(B) | 264.74º | 0.41% | 0.93% | - |
| XYZ | 42.96 | 34.11 | 83.68 | - |
| YUV | 162.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 236 | 0.24 | 0.41 | 0 | 0.07 | 264.74 | 0.72 | 0.74 |
| Hex | B3 | 8B | EC | 18 | 29 | 0 | 7 | 109 | 48 | 4A |
| Octal | 263 | 213 | 354 | 30 | 51 | 0 | 7 | 411 | 110 | 112 |
| Binary | 10110011 | 10001011 | 11101100 | 11000 | 101001 | 0 | 111 | 100001001 | 1001000 | 1001010 |
Color Harmonies of #B38BEC
Complementary color
Monochromatic Colors of #B38BEC
Black with #B38BEC
Text Example
Text Example
White with #B38BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BEC; }
p { color: rgb(179,139,236); }
H1.HeaderClassName
{
color: #B38BEC;
}
.AnyTagClassName
{
color: #B38BEC;
}
</style>
background-color css
<style>
a { background-color: #B38BEC; }
a { background-color: rgb(179,139,236); }
div.DivClassName
{
background-color: #B38BEC;
}
.BgClassName
{
background-color: #B38BEC;
}
</style>
border-color css
<style>
span { border-color: #B38BEC; }
span { border-color: rgb(179,139,236); }
td.TdClassName
{
border-color: #B38BEC;
}
.TagClassName
{
border-color: #B38BEC;
}
</style>