Shades of Biloba Flower #B58BFF
Tints of Biloba Flower #B58BFF
RGB
CMYK
RGB Variations
Color information
#B58BFF (or 0xB58BFF) is known color: Biloba Flower. HEX triplet: B5, 8B and FF. RGB value is (181,139,255). Sum of RGB (Red+Green+Blue) = 181+139+255=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFF is #4A7400. Grayscale: #A4A4A4. Windows color (decimal): -4879361 or 16747445. OLE color: 16747445.
HSL color Cylindrical-coordinate representation of color #B58BFF: hue angle of 261.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58BFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 139 | 255 | - |
| CMYK | 0.29 | 0.45 | 0 | 0 |
| HSL | 261.72º | 1% | 0.77% | - |
| HSV(B) | 261.72º | 0.45% | 1% | - |
| XYZ | 46.34 | 35.51 | 99.02 | - |
| YUV | 164.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 255 | 0.29 | 0.45 | 0 | 0 | 261.72 | 1 | 0.77 |
| Hex | B5 | 8B | FF | 1D | 2D | 0 | 0 | 106 | 64 | 4D |
| Octal | 265 | 213 | 377 | 35 | 55 | 0 | 0 | 406 | 144 | 115 |
| Binary | 10110101 | 10001011 | 11111111 | 11101 | 101101 | 0 | 0 | 100000110 | 1100100 | 1001101 |
Color Harmonies of #B58BFF
Complementary color
Monochromatic Colors of #B58BFF
Black with #B58BFF
Text Example
Text Example
White with #B58BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BFF; }
p { color: rgb(181,139,255); }
H1.HeaderClassName
{
color: #B58BFF;
}
.AnyTagClassName
{
color: #B58BFF;
}
</style>
background-color css
<style>
a { background-color: #B58BFF; }
a { background-color: rgb(181,139,255); }
div.DivClassName
{
background-color: #B58BFF;
}
.BgClassName
{
background-color: #B58BFF;
}
</style>
border-color css
<style>
span { border-color: #B58BFF; }
span { border-color: rgb(181,139,255); }
td.TdClassName
{
border-color: #B58BFF;
}
.TagClassName
{
border-color: #B58BFF;
}
</style>