Shades of Biloba Flower #B37FDF
Tints of Biloba Flower #B37FDF
RGB
CMYK
RGB Variations
Color information
#B37FDF (or 0xB37FDF) is known color: Biloba Flower. HEX triplet: B3, 7F and DF. RGB value is (179,127,223). Sum of RGB (Red+Green+Blue) = 179+127+223=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FDF is #4C8020. Grayscale: #999999. Windows color (decimal): -5013537 or 14647219. OLE color: 14647219.
HSL color Cylindrical-coordinate representation of color #B37FDF: hue angle of 272.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B37FDF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 127 | 223 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 272.5º | 0.6% | 0.69% | - |
| HSV(B) | 272.5º | 0.43% | 0.87% | - |
| XYZ | 39.5 | 30.09 | 73.54 | - |
| YUV | 153.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 223 | 0.20 | 0.43 | 0 | 0.13 | 272.5 | 0.6 | 0.69 |
| Hex | B3 | 7F | DF | 14 | 2B | 0 | D | 110 | 3C | 45 |
| Octal | 263 | 177 | 337 | 24 | 53 | 0 | 15 | 420 | 74 | 105 |
| Binary | 10110011 | 1111111 | 11011111 | 10100 | 101011 | 0 | 1101 | 100010000 | 111100 | 1000101 |
Color Harmonies of #B37FDF
Complementary color
Monochromatic Colors of #B37FDF
Black with #B37FDF
Text Example
Text Example
White with #B37FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FDF; }
p { color: rgb(179,127,223); }
H1.HeaderClassName
{
color: #B37FDF;
}
.AnyTagClassName
{
color: #B37FDF;
}
</style>
background-color css
<style>
a { background-color: #B37FDF; }
a { background-color: rgb(179,127,223); }
div.DivClassName
{
background-color: #B37FDF;
}
.BgClassName
{
background-color: #B37FDF;
}
</style>
border-color css
<style>
span { border-color: #B37FDF; }
span { border-color: rgb(179,127,223); }
td.TdClassName
{
border-color: #B37FDF;
}
.TagClassName
{
border-color: #B37FDF;
}
</style>