Shades of Biloba Flower #B785DC
Tints of Biloba Flower #B785DC
RGB
CMYK
RGB Variations
Color information
#B785DC (or 0xB785DC) is known color: Biloba Flower. HEX triplet: B7, 85 and DC. RGB value is (183,133,220). Sum of RGB (Red+Green+Blue) = 183+133+220=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 133 (52.34% from 255 or 24.81% 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 #B785DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DC is #487A23. Grayscale: #9D9D9D. Windows color (decimal): -4749860 or 14452151. OLE color: 14452151.
HSL color Cylindrical-coordinate representation of color #B785DC: hue angle of 274.48º 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 #B785DC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 133 | 220 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.14 |
| HSL | 274.48º | 0.55% | 0.69% | - |
| HSV(B) | 274.48º | 0.4% | 0.86% | - |
| XYZ | 40.83 | 32.01 | 71.74 | - |
| YUV | 157.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 220 | 0.17 | 0.40 | 0 | 0.14 | 274.48 | 0.55 | 0.69 |
| Hex | B7 | 85 | DC | 11 | 28 | 0 | E | 112 | 37 | 45 |
| Octal | 267 | 205 | 334 | 21 | 50 | 0 | 16 | 422 | 67 | 105 |
| Binary | 10110111 | 10000101 | 11011100 | 10001 | 101000 | 0 | 1110 | 100010010 | 110111 | 1000101 |
Color Harmonies of #B785DC
Complementary color
Monochromatic Colors of #B785DC
Black with #B785DC
Text Example
Text Example
White with #B785DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785DC; }
p { color: rgb(183,133,220); }
H1.HeaderClassName
{
color: #B785DC;
}
.AnyTagClassName
{
color: #B785DC;
}
</style>
background-color css
<style>
a { background-color: #B785DC; }
a { background-color: rgb(183,133,220); }
div.DivClassName
{
background-color: #B785DC;
}
.BgClassName
{
background-color: #B785DC;
}
</style>
border-color css
<style>
span { border-color: #B785DC; }
span { border-color: rgb(183,133,220); }
td.TdClassName
{
border-color: #B785DC;
}
.TagClassName
{
border-color: #B785DC;
}
</style>