Shades of Biloba Flower #B38CE2
Tints of Biloba Flower #B38CE2
RGB
CMYK
RGB Variations
Color information
#B38CE2 (or 0xB38CE2) is known color: Biloba Flower. HEX triplet: B3, 8C and E2. RGB value is (179,140,226). Sum of RGB (Red+Green+Blue) = 179+140+226=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #B38CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CE2 is #4C731D. Grayscale: #A1A1A1. Windows color (decimal): -5010206 or 14847155. OLE color: 14847155.
HSL color Cylindrical-coordinate representation of color #B38CE2: hue angle of 267.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B38CE2 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 140 | 226 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.11 |
| HSL | 267.21º | 0.6% | 0.72% | - |
| HSV(B) | 267.21º | 0.38% | 0.89% | - |
| XYZ | 41.7 | 33.83 | 76.28 | - |
| YUV | 161.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 226 | 0.21 | 0.38 | 0 | 0.11 | 267.21 | 0.6 | 0.72 |
| Hex | B3 | 8C | E2 | 15 | 26 | 0 | B | 10B | 3C | 48 |
| Octal | 263 | 214 | 342 | 25 | 46 | 0 | 13 | 413 | 74 | 110 |
| Binary | 10110011 | 10001100 | 11100010 | 10101 | 100110 | 0 | 1011 | 100001011 | 111100 | 1001000 |
Color Harmonies of #B38CE2
Complementary color
Monochromatic Colors of #B38CE2
Black with #B38CE2
Text Example
Text Example
White with #B38CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38CE2; }
p { color: rgb(179,140,226); }
H1.HeaderClassName
{
color: #B38CE2;
}
.AnyTagClassName
{
color: #B38CE2;
}
</style>
background-color css
<style>
a { background-color: #B38CE2; }
a { background-color: rgb(179,140,226); }
div.DivClassName
{
background-color: #B38CE2;
}
.BgClassName
{
background-color: #B38CE2;
}
</style>
border-color css
<style>
span { border-color: #B38CE2; }
span { border-color: rgb(179,140,226); }
td.TdClassName
{
border-color: #B38CE2;
}
.TagClassName
{
border-color: #B38CE2;
}
</style>