Shades of Biloba Flower #B785DF
Tints of Biloba Flower #B785DF
RGB
CMYK
RGB Variations
Color information
#B785DF (or 0xB785DF) is known color: Biloba Flower. HEX triplet: B7, 85 and DF. RGB value is (183,133,223). Sum of RGB (Red+Green+Blue) = 183+133+223=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B785DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DF is #487A20. Grayscale: #9D9D9D. Windows color (decimal): -4749857 or 14648759. OLE color: 14648759.
HSL color Cylindrical-coordinate representation of color #B785DF: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B785DF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 133 | 223 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.13 |
| HSL | 273.33º | 0.58% | 0.7% | - |
| HSV(B) | 273.33º | 0.4% | 0.87% | - |
| XYZ | 41.24 | 32.17 | 73.85 | - |
| YUV | 158.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 223 | 0.18 | 0.40 | 0 | 0.13 | 273.33 | 0.58 | 0.7 |
| Hex | B7 | 85 | DF | 12 | 28 | 0 | D | 111 | 3A | 46 |
| Octal | 267 | 205 | 337 | 22 | 50 | 0 | 15 | 421 | 72 | 106 |
| Binary | 10110111 | 10000101 | 11011111 | 10010 | 101000 | 0 | 1101 | 100010001 | 111010 | 1000110 |
Color Harmonies of #B785DF
Complementary color
Monochromatic Colors of #B785DF
Black with #B785DF
Text Example
Text Example
White with #B785DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785DF; }
p { color: rgb(183,133,223); }
H1.HeaderClassName
{
color: #B785DF;
}
.AnyTagClassName
{
color: #B785DF;
}
</style>
background-color css
<style>
a { background-color: #B785DF; }
a { background-color: rgb(183,133,223); }
div.DivClassName
{
background-color: #B785DF;
}
.BgClassName
{
background-color: #B785DF;
}
</style>
border-color css
<style>
span { border-color: #B785DF; }
span { border-color: rgb(183,133,223); }
td.TdClassName
{
border-color: #B785DF;
}
.TagClassName
{
border-color: #B785DF;
}
</style>