Shades of Biloba Flower #B08CDC
Tints of Biloba Flower #B08CDC
RGB
CMYK
RGB Variations
Color information
#B08CDC (or 0xB08CDC) is known color: Biloba Flower. HEX triplet: B0, 8C and DC. RGB value is (176,140,220). Sum of RGB (Red+Green+Blue) = 176+140+220=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B08CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CDC is #4F7323. Grayscale: #9F9F9F. Windows color (decimal): -5206820 or 14453936. OLE color: 14453936.
HSL color Cylindrical-coordinate representation of color #B08CDC: hue angle of 267º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08CDC is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 140 | 220 | - |
| CMYK | 0.2 | 0.36 | 0 | 0.14 |
| HSL | 267º | 0.53% | 0.71% | - |
| HSV(B) | 267º | 0.36% | 0.86% | - |
| XYZ | 40.2 | 33.15 | 71.99 | - |
| YUV | 159.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 220 | 0.2 | 0.36 | 0 | 0.14 | 267 | 0.53 | 0.71 |
| Hex | B0 | 8C | DC | 14 | 24 | 0 | E | 10B | 35 | 47 |
| Octal | 260 | 214 | 334 | 24 | 44 | 0 | 16 | 413 | 65 | 107 |
| Binary | 10110000 | 10001100 | 11011100 | 10100 | 100100 | 0 | 1110 | 100001011 | 110101 | 1000111 |
Color Harmonies of #B08CDC
Complementary color
Monochromatic Colors of #B08CDC
Black with #B08CDC
Text Example
Text Example
White with #B08CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CDC; }
p { color: rgb(176,140,220); }
H1.HeaderClassName
{
color: #B08CDC;
}
.AnyTagClassName
{
color: #B08CDC;
}
</style>
background-color css
<style>
a { background-color: #B08CDC; }
a { background-color: rgb(176,140,220); }
div.DivClassName
{
background-color: #B08CDC;
}
.BgClassName
{
background-color: #B08CDC;
}
</style>
border-color css
<style>
span { border-color: #B08CDC; }
span { border-color: rgb(176,140,220); }
td.TdClassName
{
border-color: #B08CDC;
}
.TagClassName
{
border-color: #B08CDC;
}
</style>