Shades of Biloba Flower #B37DE3
Tints of Biloba Flower #B37DE3
RGB
CMYK
RGB Variations
Color information
#B37DE3 (or 0xB37DE3) is known color: Biloba Flower. HEX triplet: B3, 7D and E3. RGB value is (179,125,227). Sum of RGB (Red+Green+Blue) = 179+125+227=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #B37DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DE3 is #4C821C. Grayscale: #989898. Windows color (decimal): -5014045 or 14908851. OLE color: 14908851.
HSL color Cylindrical-coordinate representation of color #B37DE3: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B37DE3 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 125 | 227 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.11 |
| HSL | 271.76º | 0.65% | 0.69% | - |
| HSV(B) | 271.76º | 0.45% | 0.89% | - |
| XYZ | 39.79 | 29.8 | 76.33 | - |
| YUV | 152.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 227 | 0.21 | 0.45 | 0 | 0.11 | 271.76 | 0.65 | 0.69 |
| Hex | B3 | 7D | E3 | 15 | 2D | 0 | B | 110 | 41 | 45 |
| Octal | 263 | 175 | 343 | 25 | 55 | 0 | 13 | 420 | 101 | 105 |
| Binary | 10110011 | 1111101 | 11100011 | 10101 | 101101 | 0 | 1011 | 100010000 | 1000001 | 1000101 |
Color Harmonies of #B37DE3
Complementary color
Monochromatic Colors of #B37DE3
Black with #B37DE3
Text Example
Text Example
White with #B37DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DE3; }
p { color: rgb(179,125,227); }
H1.HeaderClassName
{
color: #B37DE3;
}
.AnyTagClassName
{
color: #B37DE3;
}
</style>
background-color css
<style>
a { background-color: #B37DE3; }
a { background-color: rgb(179,125,227); }
div.DivClassName
{
background-color: #B37DE3;
}
.BgClassName
{
background-color: #B37DE3;
}
</style>
border-color css
<style>
span { border-color: #B37DE3; }
span { border-color: rgb(179,125,227); }
td.TdClassName
{
border-color: #B37DE3;
}
.TagClassName
{
border-color: #B37DE3;
}
</style>