Shades of Biloba Flower #B183DA
Tints of Biloba Flower #B183DA
RGB
CMYK
RGB Variations
Color information
#B183DA (or 0xB183DA) is known color: Biloba Flower. HEX triplet: B1, 83 and DA. RGB value is (177,131,218). Sum of RGB (Red+Green+Blue) = 177+131+218=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #B183DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183DA is #4E7C25. Grayscale: #9A9A9A. Windows color (decimal): -5143590 or 14320561. OLE color: 14320561.
HSL color Cylindrical-coordinate representation of color #B183DA: hue angle of 271.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B183DA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 131 | 218 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.15 |
| HSL | 271.72º | 0.54% | 0.68% | - |
| HSV(B) | 271.72º | 0.4% | 0.85% | - |
| XYZ | 38.9 | 30.64 | 70.19 | - |
| YUV | 154.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 218 | 0.19 | 0.40 | 0 | 0.15 | 271.72 | 0.54 | 0.68 |
| Hex | B1 | 83 | DA | 13 | 28 | 0 | F | 110 | 36 | 44 |
| Octal | 261 | 203 | 332 | 23 | 50 | 0 | 17 | 420 | 66 | 104 |
| Binary | 10110001 | 10000011 | 11011010 | 10011 | 101000 | 0 | 1111 | 100010000 | 110110 | 1000100 |
Color Harmonies of #B183DA
Complementary color
Monochromatic Colors of #B183DA
Black with #B183DA
Text Example
Text Example
White with #B183DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183DA; }
p { color: rgb(177,131,218); }
H1.HeaderClassName
{
color: #B183DA;
}
.AnyTagClassName
{
color: #B183DA;
}
</style>
background-color css
<style>
a { background-color: #B183DA; }
a { background-color: rgb(177,131,218); }
div.DivClassName
{
background-color: #B183DA;
}
.BgClassName
{
background-color: #B183DA;
}
</style>
border-color css
<style>
span { border-color: #B183DA; }
span { border-color: rgb(177,131,218); }
td.TdClassName
{
border-color: #B183DA;
}
.TagClassName
{
border-color: #B183DA;
}
</style>