Shades of Biloba Flower #B885DC
Tints of Biloba Flower #B885DC
RGB
CMYK
RGB Variations
Color information
#B885DC (or 0xB885DC) is known color: Biloba Flower. HEX triplet: B8, 85 and DC. RGB value is (184,133,220). Sum of RGB (Red+Green+Blue) = 184+133+220=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 133 (52.34% from 255 or 24.77% 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 #B885DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DC is #477A23. Grayscale: #9D9D9D. Windows color (decimal): -4684324 or 14452152. OLE color: 14452152.
HSL color Cylindrical-coordinate representation of color #B885DC: hue angle of 275.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B885DC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 133 | 220 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.14 |
| HSL | 275.17º | 0.55% | 0.69% | - |
| HSV(B) | 275.17º | 0.4% | 0.86% | - |
| XYZ | 41.07 | 32.13 | 71.75 | - |
| YUV | 158.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 220 | 0.16 | 0.40 | 0 | 0.14 | 275.17 | 0.55 | 0.69 |
| Hex | B8 | 85 | DC | 10 | 28 | 0 | E | 113 | 37 | 45 |
| Octal | 270 | 205 | 334 | 20 | 50 | 0 | 16 | 423 | 67 | 105 |
| Binary | 10111000 | 10000101 | 11011100 | 10000 | 101000 | 0 | 1110 | 100010011 | 110111 | 1000101 |
Color Harmonies of #B885DC
Complementary color
Monochromatic Colors of #B885DC
Black with #B885DC
Text Example
Text Example
White with #B885DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885DC; }
p { color: rgb(184,133,220); }
H1.HeaderClassName
{
color: #B885DC;
}
.AnyTagClassName
{
color: #B885DC;
}
</style>
background-color css
<style>
a { background-color: #B885DC; }
a { background-color: rgb(184,133,220); }
div.DivClassName
{
background-color: #B885DC;
}
.BgClassName
{
background-color: #B885DC;
}
</style>
border-color css
<style>
span { border-color: #B885DC; }
span { border-color: rgb(184,133,220); }
td.TdClassName
{
border-color: #B885DC;
}
.TagClassName
{
border-color: #B885DC;
}
</style>