Shades of Biloba Flower #B185ED
Tints of Biloba Flower #B185ED
RGB
CMYK
RGB Variations
Color information
#B185ED (or 0xB185ED) is known color: Biloba Flower. HEX triplet: B1, 85 and ED. RGB value is (177,133,237). Sum of RGB (Red+Green+Blue) = 177+133+237=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185ED is #4E7A12. Grayscale: #9D9D9D. Windows color (decimal): -5143059 or 15566257. OLE color: 15566257.
HSL color Cylindrical-coordinate representation of color #B185ED: hue angle of 265.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B185ED is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 133 | 237 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.07 |
| HSL | 265.38º | 0.74% | 0.73% | - |
| HSV(B) | 265.38º | 0.44% | 0.93% | - |
| XYZ | 41.81 | 32.24 | 84.14 | - |
| YUV | 158.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 237 | 0.25 | 0.44 | 0 | 0.07 | 265.38 | 0.74 | 0.73 |
| Hex | B1 | 85 | ED | 19 | 2C | 0 | 7 | 109 | 4A | 49 |
| Octal | 261 | 205 | 355 | 31 | 54 | 0 | 7 | 411 | 112 | 111 |
| Binary | 10110001 | 10000101 | 11101101 | 11001 | 101100 | 0 | 111 | 100001001 | 1001010 | 1001001 |
Color Harmonies of #B185ED
Complementary color
Monochromatic Colors of #B185ED
Black with #B185ED
Text Example
Text Example
White with #B185ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185ED; }
p { color: rgb(177,133,237); }
H1.HeaderClassName
{
color: #B185ED;
}
.AnyTagClassName
{
color: #B185ED;
}
</style>
background-color css
<style>
a { background-color: #B185ED; }
a { background-color: rgb(177,133,237); }
div.DivClassName
{
background-color: #B185ED;
}
.BgClassName
{
background-color: #B185ED;
}
</style>
border-color css
<style>
span { border-color: #B185ED; }
span { border-color: rgb(177,133,237); }
td.TdClassName
{
border-color: #B185ED;
}
.TagClassName
{
border-color: #B185ED;
}
</style>