Shades of Biloba Flower #B085F1
Tints of Biloba Flower #B085F1
RGB
CMYK
RGB Variations
Color information
#B085F1 (or 0xB085F1) is known color: Biloba Flower. HEX triplet: B0, 85 and F1. RGB value is (176,133,241). Sum of RGB (Red+Green+Blue) = 176+133+241=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #B085F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085F1 is #4F7A0E. Grayscale: #9D9D9D. Windows color (decimal): -5208591 or 15828400. OLE color: 15828400.
HSL color Cylindrical-coordinate representation of color #B085F1: hue angle of 263.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B085F1 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 133 | 241 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.05 |
| HSL | 263.89º | 0.79% | 0.73% | - |
| HSV(B) | 263.89º | 0.45% | 0.95% | - |
| XYZ | 42.17 | 32.36 | 87.24 | - |
| YUV | 158.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 241 | 0.27 | 0.45 | 0 | 0.05 | 263.89 | 0.79 | 0.73 |
| Hex | B0 | 85 | F1 | 1B | 2D | 0 | 5 | 108 | 4F | 49 |
| Octal | 260 | 205 | 361 | 33 | 55 | 0 | 5 | 410 | 117 | 111 |
| Binary | 10110000 | 10000101 | 11110001 | 11011 | 101101 | 0 | 101 | 100001000 | 1001111 | 1001001 |
Color Harmonies of #B085F1
Complementary color
Monochromatic Colors of #B085F1
Black with #B085F1
Text Example
Text Example
White with #B085F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085F1; }
p { color: rgb(176,133,241); }
H1.HeaderClassName
{
color: #B085F1;
}
.AnyTagClassName
{
color: #B085F1;
}
</style>
background-color css
<style>
a { background-color: #B085F1; }
a { background-color: rgb(176,133,241); }
div.DivClassName
{
background-color: #B085F1;
}
.BgClassName
{
background-color: #B085F1;
}
</style>
border-color css
<style>
span { border-color: #B085F1; }
span { border-color: rgb(176,133,241); }
td.TdClassName
{
border-color: #B085F1;
}
.TagClassName
{
border-color: #B085F1;
}
</style>