Shades of Biloba Flower #B183DD
Tints of Biloba Flower #B183DD
RGB
CMYK
RGB Variations
Color information
#B183DD (or 0xB183DD) is known color: Biloba Flower. HEX triplet: B1, 83 and DD. RGB value is (177,131,221). Sum of RGB (Red+Green+Blue) = 177+131+221=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B183DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183DD is #4E7C22. Grayscale: #9A9A9A. Windows color (decimal): -5143587 or 14517169. OLE color: 14517169.
HSL color Cylindrical-coordinate representation of color #B183DD: hue angle of 270.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B183DD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 131 | 221 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.13 |
| HSL | 270.67º | 0.57% | 0.69% | - |
| HSV(B) | 270.67º | 0.41% | 0.87% | - |
| XYZ | 39.3 | 30.8 | 72.28 | - |
| YUV | 155.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 221 | 0.20 | 0.41 | 0 | 0.13 | 270.67 | 0.57 | 0.69 |
| Hex | B1 | 83 | DD | 14 | 29 | 0 | D | 10F | 39 | 45 |
| Octal | 261 | 203 | 335 | 24 | 51 | 0 | 15 | 417 | 71 | 105 |
| Binary | 10110001 | 10000011 | 11011101 | 10100 | 101001 | 0 | 1101 | 100001111 | 111001 | 1000101 |
Color Harmonies of #B183DD
Complementary color
Monochromatic Colors of #B183DD
Black with #B183DD
Text Example
Text Example
White with #B183DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183DD; }
p { color: rgb(177,131,221); }
H1.HeaderClassName
{
color: #B183DD;
}
.AnyTagClassName
{
color: #B183DD;
}
</style>
background-color css
<style>
a { background-color: #B183DD; }
a { background-color: rgb(177,131,221); }
div.DivClassName
{
background-color: #B183DD;
}
.BgClassName
{
background-color: #B183DD;
}
</style>
border-color css
<style>
span { border-color: #B183DD; }
span { border-color: rgb(177,131,221); }
td.TdClassName
{
border-color: #B183DD;
}
.TagClassName
{
border-color: #B183DD;
}
</style>