Shades of Biloba Flower #B37BDC
Tints of Biloba Flower #B37BDC
RGB
CMYK
RGB Variations
Color information
#B37BDC (or 0xB37BDC) is known color: Biloba Flower. HEX triplet: B3, 7B and DC. RGB value is (179,123,220). Sum of RGB (Red+Green+Blue) = 179+123+220=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDC is #4C8423. Grayscale: #969696. Windows color (decimal): -5014564 or 14449587. OLE color: 14449587.
HSL color Cylindrical-coordinate representation of color #B37BDC: hue angle of 274.64º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37BDC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 123 | 220 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.14 |
| HSL | 274.64º | 0.58% | 0.67% | - |
| HSV(B) | 274.64º | 0.44% | 0.86% | - |
| XYZ | 38.59 | 28.92 | 71.26 | - |
| YUV | 150.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 220 | 0.19 | 0.44 | 0 | 0.14 | 274.64 | 0.58 | 0.67 |
| Hex | B3 | 7B | DC | 13 | 2C | 0 | E | 113 | 3A | 43 |
| Octal | 263 | 173 | 334 | 23 | 54 | 0 | 16 | 423 | 72 | 103 |
| Binary | 10110011 | 1111011 | 11011100 | 10011 | 101100 | 0 | 1110 | 100010011 | 111010 | 1000011 |
Color Harmonies of #B37BDC
Complementary color
Monochromatic Colors of #B37BDC
Black with #B37BDC
Text Example
Text Example
White with #B37BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BDC; }
p { color: rgb(179,123,220); }
H1.HeaderClassName
{
color: #B37BDC;
}
.AnyTagClassName
{
color: #B37BDC;
}
</style>
background-color css
<style>
a { background-color: #B37BDC; }
a { background-color: rgb(179,123,220); }
div.DivClassName
{
background-color: #B37BDC;
}
.BgClassName
{
background-color: #B37BDC;
}
</style>
border-color css
<style>
span { border-color: #B37BDC; }
span { border-color: rgb(179,123,220); }
td.TdClassName
{
border-color: #B37BDC;
}
.TagClassName
{
border-color: #B37BDC;
}
</style>