Shades of Biloba Flower #B182DB
Tints of Biloba Flower #B182DB
RGB
CMYK
RGB Variations
Color information
#B182DB (or 0xB182DB) is known color: Biloba Flower. HEX triplet: B1, 82 and DB. RGB value is (177,130,219). Sum of RGB (Red+Green+Blue) = 177+130+219=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #B182DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182DB is #4E7D24. Grayscale: #999999. Windows color (decimal): -5143845 or 14385841. OLE color: 14385841.
HSL color Cylindrical-coordinate representation of color #B182DB: hue angle of 271.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B182DB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 130 | 219 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.14 |
| HSL | 271.69º | 0.55% | 0.68% | - |
| HSV(B) | 271.69º | 0.41% | 0.86% | - |
| XYZ | 38.9 | 30.43 | 70.84 | - |
| YUV | 154.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 219 | 0.19 | 0.41 | 0 | 0.14 | 271.69 | 0.55 | 0.68 |
| Hex | B1 | 82 | DB | 13 | 29 | 0 | E | 110 | 37 | 44 |
| Octal | 261 | 202 | 333 | 23 | 51 | 0 | 16 | 420 | 67 | 104 |
| Binary | 10110001 | 10000010 | 11011011 | 10011 | 101001 | 0 | 1110 | 100010000 | 110111 | 1000100 |
Color Harmonies of #B182DB
Complementary color
Monochromatic Colors of #B182DB
Black with #B182DB
Text Example
Text Example
White with #B182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182DB; }
p { color: rgb(177,130,219); }
H1.HeaderClassName
{
color: #B182DB;
}
.AnyTagClassName
{
color: #B182DB;
}
</style>
background-color css
<style>
a { background-color: #B182DB; }
a { background-color: rgb(177,130,219); }
div.DivClassName
{
background-color: #B182DB;
}
.BgClassName
{
background-color: #B182DB;
}
</style>
border-color css
<style>
span { border-color: #B182DB; }
span { border-color: rgb(177,130,219); }
td.TdClassName
{
border-color: #B182DB;
}
.TagClassName
{
border-color: #B182DB;
}
</style>