Shades of Biloba Flower #B183D6
Tints of Biloba Flower #B183D6
RGB
CMYK
RGB Variations
Color information
#B183D6 (or 0xB183D6) is known color: Biloba Flower. HEX triplet: B1, 83 and D6. RGB value is (177,131,214). Sum of RGB (Red+Green+Blue) = 177+131+214=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #B183D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183D6 is #4E7C29. Grayscale: #999999. Windows color (decimal): -5143594 or 14058417. OLE color: 14058417.
HSL color Cylindrical-coordinate representation of color #B183D6: hue angle of 273.25º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B183D6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 131 | 214 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.16 |
| HSL | 273.25º | 0.5% | 0.68% | - |
| HSV(B) | 273.25º | 0.39% | 0.84% | - |
| XYZ | 38.39 | 30.43 | 67.47 | - |
| YUV | 154.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 214 | 0.17 | 0.39 | 0 | 0.16 | 273.25 | 0.5 | 0.68 |
| Hex | B1 | 83 | D6 | 11 | 27 | 0 | 10 | 111 | 32 | 44 |
| Octal | 261 | 203 | 326 | 21 | 47 | 0 | 20 | 421 | 62 | 104 |
| Binary | 10110001 | 10000011 | 11010110 | 10001 | 100111 | 0 | 10000 | 100010001 | 110010 | 1000100 |
Color Harmonies of #B183D6
Complementary color
Monochromatic Colors of #B183D6
Black with #B183D6
Text Example
Text Example
White with #B183D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183D6; }
p { color: rgb(177,131,214); }
H1.HeaderClassName
{
color: #B183D6;
}
.AnyTagClassName
{
color: #B183D6;
}
</style>
background-color css
<style>
a { background-color: #B183D6; }
a { background-color: rgb(177,131,214); }
div.DivClassName
{
background-color: #B183D6;
}
.BgClassName
{
background-color: #B183D6;
}
</style>
border-color css
<style>
span { border-color: #B183D6; }
span { border-color: rgb(177,131,214); }
td.TdClassName
{
border-color: #B183D6;
}
.TagClassName
{
border-color: #B183D6;
}
</style>