Shades of Biloba Flower #B785DB
Tints of Biloba Flower #B785DB
RGB
CMYK
RGB Variations
Color information
#B785DB (or 0xB785DB) is known color: Biloba Flower. HEX triplet: B7, 85 and DB. RGB value is (183,133,219). Sum of RGB (Red+Green+Blue) = 183+133+219=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B785DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DB is #487A24. Grayscale: #9D9D9D. Windows color (decimal): -4749861 or 14386615. OLE color: 14386615.
HSL color Cylindrical-coordinate representation of color #B785DB: hue angle of 274.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B785DB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 133 | 219 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.14 |
| HSL | 274.88º | 0.54% | 0.69% | - |
| HSV(B) | 274.88º | 0.39% | 0.86% | - |
| XYZ | 40.7 | 31.96 | 71.04 | - |
| YUV | 157.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 219 | 0.16 | 0.39 | 0 | 0.14 | 274.88 | 0.54 | 0.69 |
| Hex | B7 | 85 | DB | 10 | 27 | 0 | E | 113 | 36 | 45 |
| Octal | 267 | 205 | 333 | 20 | 47 | 0 | 16 | 423 | 66 | 105 |
| Binary | 10110111 | 10000101 | 11011011 | 10000 | 100111 | 0 | 1110 | 100010011 | 110110 | 1000101 |
Color Harmonies of #B785DB
Complementary color
Monochromatic Colors of #B785DB
Black with #B785DB
Text Example
Text Example
White with #B785DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785DB; }
p { color: rgb(183,133,219); }
H1.HeaderClassName
{
color: #B785DB;
}
.AnyTagClassName
{
color: #B785DB;
}
</style>
background-color css
<style>
a { background-color: #B785DB; }
a { background-color: rgb(183,133,219); }
div.DivClassName
{
background-color: #B785DB;
}
.BgClassName
{
background-color: #B785DB;
}
</style>
border-color css
<style>
span { border-color: #B785DB; }
span { border-color: rgb(183,133,219); }
td.TdClassName
{
border-color: #B785DB;
}
.TagClassName
{
border-color: #B785DB;
}
</style>