Shades of Biloba Flower #B185DD
Tints of Biloba Flower #B185DD
RGB
CMYK
RGB Variations
Color information
#B185DD (or 0xB185DD) is known color: Biloba Flower. HEX triplet: B1, 85 and DD. RGB value is (177,133,221). Sum of RGB (Red+Green+Blue) = 177+133+221=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B185DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DD is #4E7A22. Grayscale: #9B9B9B. Windows color (decimal): -5143075 or 14517681. OLE color: 14517681.
HSL color Cylindrical-coordinate representation of color #B185DD: hue angle of 270º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B185DD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 133 | 221 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.13 |
| HSL | 270º | 0.56% | 0.69% | - |
| HSV(B) | 270º | 0.4% | 0.87% | - |
| XYZ | 39.57 | 31.34 | 72.37 | - |
| YUV | 156.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 221 | 0.20 | 0.40 | 0 | 0.13 | 270 | 0.56 | 0.69 |
| Hex | B1 | 85 | DD | 14 | 28 | 0 | D | 10E | 38 | 45 |
| Octal | 261 | 205 | 335 | 24 | 50 | 0 | 15 | 416 | 70 | 105 |
| Binary | 10110001 | 10000101 | 11011101 | 10100 | 101000 | 0 | 1101 | 100001110 | 111000 | 1000101 |
Color Harmonies of #B185DD
Complementary color
Monochromatic Colors of #B185DD
Black with #B185DD
Text Example
Text Example
White with #B185DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185DD; }
p { color: rgb(177,133,221); }
H1.HeaderClassName
{
color: #B185DD;
}
.AnyTagClassName
{
color: #B185DD;
}
</style>
background-color css
<style>
a { background-color: #B185DD; }
a { background-color: rgb(177,133,221); }
div.DivClassName
{
background-color: #B185DD;
}
.BgClassName
{
background-color: #B185DD;
}
</style>
border-color css
<style>
span { border-color: #B185DD; }
span { border-color: rgb(177,133,221); }
td.TdClassName
{
border-color: #B185DD;
}
.TagClassName
{
border-color: #B185DD;
}
</style>