Shades of Biloba Flower #B185E6
Tints of Biloba Flower #B185E6
RGB
CMYK
RGB Variations
Color information
#B185E6 (or 0xB185E6) is known color: Biloba Flower. HEX triplet: B1, 85 and E6. RGB value is (177,133,230). Sum of RGB (Red+Green+Blue) = 177+133+230=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #B185E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185E6 is #4E7A19. Grayscale: #9C9C9C. Windows color (decimal): -5143066 or 15107505. OLE color: 15107505.
HSL color Cylindrical-coordinate representation of color #B185E6: hue angle of 267.22º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B185E6 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 133 | 230 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.10 |
| HSL | 267.22º | 0.66% | 0.71% | - |
| HSV(B) | 267.22º | 0.42% | 0.9% | - |
| XYZ | 40.8 | 31.84 | 78.86 | - |
| YUV | 157.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 230 | 0.23 | 0.42 | 0 | 0.10 | 267.22 | 0.66 | 0.71 |
| Hex | B1 | 85 | E6 | 17 | 2A | 0 | A | 10B | 42 | 47 |
| Octal | 261 | 205 | 346 | 27 | 52 | 0 | 12 | 413 | 102 | 107 |
| Binary | 10110001 | 10000101 | 11100110 | 10111 | 101010 | 0 | 1010 | 100001011 | 1000010 | 1000111 |
Color Harmonies of #B185E6
Complementary color
Monochromatic Colors of #B185E6
Black with #B185E6
Text Example
Text Example
White with #B185E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185E6; }
p { color: rgb(177,133,230); }
H1.HeaderClassName
{
color: #B185E6;
}
.AnyTagClassName
{
color: #B185E6;
}
</style>
background-color css
<style>
a { background-color: #B185E6; }
a { background-color: rgb(177,133,230); }
div.DivClassName
{
background-color: #B185E6;
}
.BgClassName
{
background-color: #B185E6;
}
</style>
border-color css
<style>
span { border-color: #B185E6; }
span { border-color: rgb(177,133,230); }
td.TdClassName
{
border-color: #B185E6;
}
.TagClassName
{
border-color: #B185E6;
}
</style>