Shades of Biloba Flower #B691D6
Tints of Biloba Flower #B691D6
RGB
CMYK
RGB Variations
Color information
#B691D6 (or 0xB691D6) is known color: Biloba Flower. HEX triplet: B6, 91 and D6. RGB value is (182,145,214). Sum of RGB (Red+Green+Blue) = 182+145+214=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #B691D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691D6 is #496E29. Grayscale: #A3A3A3. Windows color (decimal): -4812330 or 14062006. OLE color: 14062006.
HSL color Cylindrical-coordinate representation of color #B691D6: hue angle of 272.17º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B691D6 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 145 | 214 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.16 |
| HSL | 272.17º | 0.46% | 0.7% | - |
| HSV(B) | 272.17º | 0.32% | 0.84% | - |
| XYZ | 41.55 | 35.05 | 68.19 | - |
| YUV | 163.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 214 | 0.15 | 0.32 | 0 | 0.16 | 272.17 | 0.46 | 0.7 |
| Hex | B6 | 91 | D6 | F | 20 | 0 | 10 | 110 | 2E | 46 |
| Octal | 266 | 221 | 326 | 17 | 40 | 0 | 20 | 420 | 56 | 106 |
| Binary | 10110110 | 10010001 | 11010110 | 1111 | 100000 | 0 | 10000 | 100010000 | 101110 | 1000110 |
Color Harmonies of #B691D6
Complementary color
Monochromatic Colors of #B691D6
Black with #B691D6
Text Example
Text Example
White with #B691D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691D6; }
p { color: rgb(182,145,214); }
H1.HeaderClassName
{
color: #B691D6;
}
.AnyTagClassName
{
color: #B691D6;
}
</style>
background-color css
<style>
a { background-color: #B691D6; }
a { background-color: rgb(182,145,214); }
div.DivClassName
{
background-color: #B691D6;
}
.BgClassName
{
background-color: #B691D6;
}
</style>
border-color css
<style>
span { border-color: #B691D6; }
span { border-color: rgb(182,145,214); }
td.TdClassName
{
border-color: #B691D6;
}
.TagClassName
{
border-color: #B691D6;
}
</style>