Shades of Biloba Flower #B184DF
Tints of Biloba Flower #B184DF
RGB
CMYK
RGB Variations
Color information
#B184DF (or 0xB184DF) is known color: Biloba Flower. HEX triplet: B1, 84 and DF. RGB value is (177,132,223). Sum of RGB (Red+Green+Blue) = 177+132+223=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B184DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DF is #4E7B20. Grayscale: #9B9B9B. Windows color (decimal): -5143329 or 14648497. OLE color: 14648497.
HSL color Cylindrical-coordinate representation of color #B184DF: hue angle of 269.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B184DF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 132 | 223 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.13 |
| HSL | 269.67º | 0.59% | 0.7% | - |
| HSV(B) | 269.67º | 0.41% | 0.87% | - |
| XYZ | 39.7 | 31.18 | 73.74 | - |
| YUV | 155.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 223 | 0.21 | 0.41 | 0 | 0.13 | 269.67 | 0.59 | 0.7 |
| Hex | B1 | 84 | DF | 15 | 29 | 0 | D | 10E | 3B | 46 |
| Octal | 261 | 204 | 337 | 25 | 51 | 0 | 15 | 416 | 73 | 106 |
| Binary | 10110001 | 10000100 | 11011111 | 10101 | 101001 | 0 | 1101 | 100001110 | 111011 | 1000110 |
Color Harmonies of #B184DF
Complementary color
Monochromatic Colors of #B184DF
Black with #B184DF
Text Example
Text Example
White with #B184DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184DF; }
p { color: rgb(177,132,223); }
H1.HeaderClassName
{
color: #B184DF;
}
.AnyTagClassName
{
color: #B184DF;
}
</style>
background-color css
<style>
a { background-color: #B184DF; }
a { background-color: rgb(177,132,223); }
div.DivClassName
{
background-color: #B184DF;
}
.BgClassName
{
background-color: #B184DF;
}
</style>
border-color css
<style>
span { border-color: #B184DF; }
span { border-color: rgb(177,132,223); }
td.TdClassName
{
border-color: #B184DF;
}
.TagClassName
{
border-color: #B184DF;
}
</style>