Shades of Biloba Flower #B38FE0
Tints of Biloba Flower #B38FE0
RGB
CMYK
RGB Variations
Color information
#B38FE0 (or 0xB38FE0) is known color: Biloba Flower. HEX triplet: B3, 8F and E0. RGB value is (179,143,224). Sum of RGB (Red+Green+Blue) = 179+143+224=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #B38FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FE0 is #4C701F. Grayscale: #A2A2A2. Windows color (decimal): -5009440 or 14716851. OLE color: 14716851.
HSL color Cylindrical-coordinate representation of color #B38FE0: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38FE0 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 143 | 224 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.12 |
| HSL | 266.67º | 0.57% | 0.72% | - |
| HSV(B) | 266.67º | 0.36% | 0.88% | - |
| XYZ | 41.87 | 34.61 | 74.99 | - |
| YUV | 163 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 224 | 0.20 | 0.36 | 0 | 0.12 | 266.67 | 0.57 | 0.72 |
| Hex | B3 | 8F | E0 | 14 | 24 | 0 | C | 10B | 39 | 48 |
| Octal | 263 | 217 | 340 | 24 | 44 | 0 | 14 | 413 | 71 | 110 |
| Binary | 10110011 | 10001111 | 11100000 | 10100 | 100100 | 0 | 1100 | 100001011 | 111001 | 1001000 |
Color Harmonies of #B38FE0
Complementary color
Monochromatic Colors of #B38FE0
Black with #B38FE0
Text Example
Text Example
White with #B38FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FE0; }
p { color: rgb(179,143,224); }
H1.HeaderClassName
{
color: #B38FE0;
}
.AnyTagClassName
{
color: #B38FE0;
}
</style>
background-color css
<style>
a { background-color: #B38FE0; }
a { background-color: rgb(179,143,224); }
div.DivClassName
{
background-color: #B38FE0;
}
.BgClassName
{
background-color: #B38FE0;
}
</style>
border-color css
<style>
span { border-color: #B38FE0; }
span { border-color: rgb(179,143,224); }
td.TdClassName
{
border-color: #B38FE0;
}
.TagClassName
{
border-color: #B38FE0;
}
</style>