Shades of Biloba Flower #B691DB
Tints of Biloba Flower #B691DB
RGB
CMYK
RGB Variations
Color information
#B691DB (or 0xB691DB) is known color: Biloba Flower. HEX triplet: B6, 91 and DB. RGB value is (182,145,219). Sum of RGB (Red+Green+Blue) = 182+145+219=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B691DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691DB is #496E24. Grayscale: #A4A4A4. Windows color (decimal): -4812325 or 14389686. OLE color: 14389686.
HSL color Cylindrical-coordinate representation of color #B691DB: hue angle of 270º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B691DB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 145 | 219 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.14 |
| HSL | 270º | 0.51% | 0.71% | - |
| HSV(B) | 270º | 0.34% | 0.86% | - |
| XYZ | 42.2 | 35.31 | 71.61 | - |
| YUV | 164.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 219 | 0.17 | 0.34 | 0 | 0.14 | 270 | 0.51 | 0.71 |
| Hex | B6 | 91 | DB | 11 | 22 | 0 | E | 10E | 33 | 47 |
| Octal | 266 | 221 | 333 | 21 | 42 | 0 | 16 | 416 | 63 | 107 |
| Binary | 10110110 | 10010001 | 11011011 | 10001 | 100010 | 0 | 1110 | 100001110 | 110011 | 1000111 |
Color Harmonies of #B691DB
Complementary color
Monochromatic Colors of #B691DB
Black with #B691DB
Text Example
Text Example
White with #B691DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691DB; }
p { color: rgb(182,145,219); }
H1.HeaderClassName
{
color: #B691DB;
}
.AnyTagClassName
{
color: #B691DB;
}
</style>
background-color css
<style>
a { background-color: #B691DB; }
a { background-color: rgb(182,145,219); }
div.DivClassName
{
background-color: #B691DB;
}
.BgClassName
{
background-color: #B691DB;
}
</style>
border-color css
<style>
span { border-color: #B691DB; }
span { border-color: rgb(182,145,219); }
td.TdClassName
{
border-color: #B691DB;
}
.TagClassName
{
border-color: #B691DB;
}
</style>