Shades of Biloba Flower #B37EDC
Tints of Biloba Flower #B37EDC
RGB
CMYK
RGB Variations
Color information
#B37EDC (or 0xB37EDC) is known color: Biloba Flower. HEX triplet: B3, 7E and DC. RGB value is (179,126,220). Sum of RGB (Red+Green+Blue) = 179+126+220=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDC is #4C8123. Grayscale: #989898. Windows color (decimal): -5013796 or 14450355. OLE color: 14450355.
HSL color Cylindrical-coordinate representation of color #B37EDC: hue angle of 273.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B37EDC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 126 | 220 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.14 |
| HSL | 273.83º | 0.57% | 0.68% | - |
| HSV(B) | 273.83º | 0.43% | 0.86% | - |
| XYZ | 38.97 | 29.67 | 71.38 | - |
| YUV | 152.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 220 | 0.19 | 0.43 | 0 | 0.14 | 273.83 | 0.57 | 0.68 |
| Hex | B3 | 7E | DC | 13 | 2B | 0 | E | 112 | 39 | 44 |
| Octal | 263 | 176 | 334 | 23 | 53 | 0 | 16 | 422 | 71 | 104 |
| Binary | 10110011 | 1111110 | 11011100 | 10011 | 101011 | 0 | 1110 | 100010010 | 111001 | 1000100 |
Color Harmonies of #B37EDC
Complementary color
Monochromatic Colors of #B37EDC
Black with #B37EDC
Text Example
Text Example
White with #B37EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37EDC; }
p { color: rgb(179,126,220); }
H1.HeaderClassName
{
color: #B37EDC;
}
.AnyTagClassName
{
color: #B37EDC;
}
</style>
background-color css
<style>
a { background-color: #B37EDC; }
a { background-color: rgb(179,126,220); }
div.DivClassName
{
background-color: #B37EDC;
}
.BgClassName
{
background-color: #B37EDC;
}
</style>
border-color css
<style>
span { border-color: #B37EDC; }
span { border-color: rgb(179,126,220); }
td.TdClassName
{
border-color: #B37EDC;
}
.TagClassName
{
border-color: #B37EDC;
}
</style>