Shades of Biloba Flower #B183DB
Tints of Biloba Flower #B183DB
RGB
CMYK
RGB Variations
Color information
#B183DB (or 0xB183DB) is known color: Biloba Flower. HEX triplet: B1, 83 and DB. RGB value is (177,131,219). Sum of RGB (Red+Green+Blue) = 177+131+219=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B183DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183DB is #4E7C24. Grayscale: #9A9A9A. Windows color (decimal): -5143589 or 14386097. OLE color: 14386097.
HSL color Cylindrical-coordinate representation of color #B183DB: hue angle of 271.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B183DB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 131 | 219 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.14 |
| HSL | 271.36º | 0.55% | 0.69% | - |
| HSV(B) | 271.36º | 0.4% | 0.86% | - |
| XYZ | 39.03 | 30.69 | 70.89 | - |
| YUV | 154.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 219 | 0.19 | 0.40 | 0 | 0.14 | 271.36 | 0.55 | 0.69 |
| Hex | B1 | 83 | DB | 13 | 28 | 0 | E | 10F | 37 | 45 |
| Octal | 261 | 203 | 333 | 23 | 50 | 0 | 16 | 417 | 67 | 105 |
| Binary | 10110001 | 10000011 | 11011011 | 10011 | 101000 | 0 | 1110 | 100001111 | 110111 | 1000101 |
Color Harmonies of #B183DB
Complementary color
Monochromatic Colors of #B183DB
Black with #B183DB
Text Example
Text Example
White with #B183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183DB; }
p { color: rgb(177,131,219); }
H1.HeaderClassName
{
color: #B183DB;
}
.AnyTagClassName
{
color: #B183DB;
}
</style>
background-color css
<style>
a { background-color: #B183DB; }
a { background-color: rgb(177,131,219); }
div.DivClassName
{
background-color: #B183DB;
}
.BgClassName
{
background-color: #B183DB;
}
</style>
border-color css
<style>
span { border-color: #B183DB; }
span { border-color: rgb(177,131,219); }
td.TdClassName
{
border-color: #B183DB;
}
.TagClassName
{
border-color: #B183DB;
}
</style>