Shades of Biloba Flower #B685DB
Tints of Biloba Flower #B685DB
RGB
CMYK
RGB Variations
Color information
#B685DB (or 0xB685DB) is known color: Biloba Flower. HEX triplet: B6, 85 and DB. RGB value is (182,133,219). Sum of RGB (Red+Green+Blue) = 182+133+219=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B685DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DB is #497A24. Grayscale: #9D9D9D. Windows color (decimal): -4815397 or 14386614. OLE color: 14386614.
HSL color Cylindrical-coordinate representation of color #B685DB: hue angle of 274.19º 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 #B685DB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 133 | 219 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.14 |
| HSL | 274.19º | 0.54% | 0.69% | - |
| HSV(B) | 274.19º | 0.39% | 0.86% | - |
| XYZ | 40.47 | 31.83 | 71.03 | - |
| YUV | 157.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 219 | 0.17 | 0.39 | 0 | 0.14 | 274.19 | 0.54 | 0.69 |
| Hex | B6 | 85 | DB | 11 | 27 | 0 | E | 112 | 36 | 45 |
| Octal | 266 | 205 | 333 | 21 | 47 | 0 | 16 | 422 | 66 | 105 |
| Binary | 10110110 | 10000101 | 11011011 | 10001 | 100111 | 0 | 1110 | 100010010 | 110110 | 1000101 |
Color Harmonies of #B685DB
Complementary color
Monochromatic Colors of #B685DB
Black with #B685DB
Text Example
Text Example
White with #B685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B685DB; }
p { color: rgb(182,133,219); }
H1.HeaderClassName
{
color: #B685DB;
}
.AnyTagClassName
{
color: #B685DB;
}
</style>
background-color css
<style>
a { background-color: #B685DB; }
a { background-color: rgb(182,133,219); }
div.DivClassName
{
background-color: #B685DB;
}
.BgClassName
{
background-color: #B685DB;
}
</style>
border-color css
<style>
span { border-color: #B685DB; }
span { border-color: rgb(182,133,219); }
td.TdClassName
{
border-color: #B685DB;
}
.TagClassName
{
border-color: #B685DB;
}
</style>