Shades of Biloba Flower #B58BEE
Tints of Biloba Flower #B58BEE
RGB
CMYK
RGB Variations
Color information
#B58BEE (or 0xB58BEE) is known color: Biloba Flower. HEX triplet: B5, 8B and EE. RGB value is (181,139,238). Sum of RGB (Red+Green+Blue) = 181+139+238=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #B58BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BEE is #4A7411. Grayscale: #A2A2A2. Windows color (decimal): -4879378 or 15633333. OLE color: 15633333.
HSL color Cylindrical-coordinate representation of color #B58BEE: hue angle of 265.45º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58BEE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 139 | 238 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.07 |
| HSL | 265.45º | 0.74% | 0.74% | - |
| HSV(B) | 265.45º | 0.42% | 0.93% | - |
| XYZ | 43.72 | 34.46 | 85.24 | - |
| YUV | 162.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 238 | 0.24 | 0.42 | 0 | 0.07 | 265.45 | 0.74 | 0.74 |
| Hex | B5 | 8B | EE | 18 | 2A | 0 | 7 | 109 | 4A | 4A |
| Octal | 265 | 213 | 356 | 30 | 52 | 0 | 7 | 411 | 112 | 112 |
| Binary | 10110101 | 10001011 | 11101110 | 11000 | 101010 | 0 | 111 | 100001001 | 1001010 | 1001010 |
Color Harmonies of #B58BEE
Complementary color
Monochromatic Colors of #B58BEE
Black with #B58BEE
Text Example
Text Example
White with #B58BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58BEE; }
p { color: rgb(181,139,238); }
H1.HeaderClassName
{
color: #B58BEE;
}
.AnyTagClassName
{
color: #B58BEE;
}
</style>
background-color css
<style>
a { background-color: #B58BEE; }
a { background-color: rgb(181,139,238); }
div.DivClassName
{
background-color: #B58BEE;
}
.BgClassName
{
background-color: #B58BEE;
}
</style>
border-color css
<style>
span { border-color: #B58BEE; }
span { border-color: rgb(181,139,238); }
td.TdClassName
{
border-color: #B58BEE;
}
.TagClassName
{
border-color: #B58BEE;
}
</style>