Shades of Biloba Flower #B28BDC
Tints of Biloba Flower #B28BDC
RGB
CMYK
RGB Variations
Color information
#B28BDC (or 0xB28BDC) is known color: Biloba Flower. HEX triplet: B2, 8B and DC. RGB value is (178,139,220). Sum of RGB (Red+Green+Blue) = 178+139+220=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #B28BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDC is #4D7423. Grayscale: #9F9F9F. Windows color (decimal): -5076004 or 14453682. OLE color: 14453682.
HSL color Cylindrical-coordinate representation of color #B28BDC: hue angle of 268.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28BDC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 139 | 220 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.14 |
| HSL | 268.89º | 0.54% | 0.7% | - |
| HSV(B) | 268.89º | 0.37% | 0.86% | - |
| XYZ | 40.51 | 33.1 | 71.96 | - |
| YUV | 159.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 220 | 0.19 | 0.37 | 0 | 0.14 | 268.89 | 0.54 | 0.7 |
| Hex | B2 | 8B | DC | 13 | 25 | 0 | E | 10D | 36 | 46 |
| Octal | 262 | 213 | 334 | 23 | 45 | 0 | 16 | 415 | 66 | 106 |
| Binary | 10110010 | 10001011 | 11011100 | 10011 | 100101 | 0 | 1110 | 100001101 | 110110 | 1000110 |
Color Harmonies of #B28BDC
Complementary color
Monochromatic Colors of #B28BDC
Black with #B28BDC
Text Example
Text Example
White with #B28BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BDC; }
p { color: rgb(178,139,220); }
H1.HeaderClassName
{
color: #B28BDC;
}
.AnyTagClassName
{
color: #B28BDC;
}
</style>
background-color css
<style>
a { background-color: #B28BDC; }
a { background-color: rgb(178,139,220); }
div.DivClassName
{
background-color: #B28BDC;
}
.BgClassName
{
background-color: #B28BDC;
}
</style>
border-color css
<style>
span { border-color: #B28BDC; }
span { border-color: rgb(178,139,220); }
td.TdClassName
{
border-color: #B28BDC;
}
.TagClassName
{
border-color: #B28BDC;
}
</style>