Shades of Biloba Flower #B08EDC
Tints of Biloba Flower #B08EDC
RGB
CMYK
RGB Variations
Color information
#B08EDC (or 0xB08EDC) is known color: Biloba Flower. HEX triplet: B0, 8E and DC. RGB value is (176,142,220). Sum of RGB (Red+Green+Blue) = 176+142+220=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B08EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EDC is #4F7123. Grayscale: #A0A0A0. Windows color (decimal): -5206308 or 14454448. OLE color: 14454448.
HSL color Cylindrical-coordinate representation of color #B08EDC: hue angle of 266.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08EDC is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 142 | 220 | - |
| CMYK | 0.2 | 0.35 | 0 | 0.14 |
| HSL | 266.15º | 0.53% | 0.71% | - |
| HSV(B) | 266.15º | 0.35% | 0.86% | - |
| XYZ | 40.5 | 33.74 | 72.09 | - |
| YUV | 161.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 220 | 0.2 | 0.35 | 0 | 0.14 | 266.15 | 0.53 | 0.71 |
| Hex | B0 | 8E | DC | 14 | 23 | 0 | E | 10A | 35 | 47 |
| Octal | 260 | 216 | 334 | 24 | 43 | 0 | 16 | 412 | 65 | 107 |
| Binary | 10110000 | 10001110 | 11011100 | 10100 | 100011 | 0 | 1110 | 100001010 | 110101 | 1000111 |
Color Harmonies of #B08EDC
Complementary color
Monochromatic Colors of #B08EDC
Black with #B08EDC
Text Example
Text Example
White with #B08EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EDC; }
p { color: rgb(176,142,220); }
H1.HeaderClassName
{
color: #B08EDC;
}
.AnyTagClassName
{
color: #B08EDC;
}
</style>
background-color css
<style>
a { background-color: #B08EDC; }
a { background-color: rgb(176,142,220); }
div.DivClassName
{
background-color: #B08EDC;
}
.BgClassName
{
background-color: #B08EDC;
}
</style>
border-color css
<style>
span { border-color: #B08EDC; }
span { border-color: rgb(176,142,220); }
td.TdClassName
{
border-color: #B08EDC;
}
.TagClassName
{
border-color: #B08EDC;
}
</style>