Shades of Biloba Flower #B58FE4
Tints of Biloba Flower #B58FE4
RGB
CMYK
RGB Variations
Color information
#B58FE4 (or 0xB58FE4) is known color: Biloba Flower. HEX triplet: B5, 8F and E4. RGB value is (181,143,228). Sum of RGB (Red+Green+Blue) = 181+143+228=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #B58FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FE4 is #4A701B. Grayscale: #A3A3A3. Windows color (decimal): -4878364 or 14978997. OLE color: 14978997.
HSL color Cylindrical-coordinate representation of color #B58FE4: hue angle of 266.82º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58FE4 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 143 | 228 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.11 |
| HSL | 266.82º | 0.61% | 0.73% | - |
| HSV(B) | 266.82º | 0.37% | 0.89% | - |
| XYZ | 42.88 | 35.07 | 77.91 | - |
| YUV | 164.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 228 | 0.21 | 0.37 | 0 | 0.11 | 266.82 | 0.61 | 0.73 |
| Hex | B5 | 8F | E4 | 15 | 25 | 0 | B | 10B | 3D | 49 |
| Octal | 265 | 217 | 344 | 25 | 45 | 0 | 13 | 413 | 75 | 111 |
| Binary | 10110101 | 10001111 | 11100100 | 10101 | 100101 | 0 | 1011 | 100001011 | 111101 | 1001001 |
Color Harmonies of #B58FE4
Complementary color
Monochromatic Colors of #B58FE4
Black with #B58FE4
Text Example
Text Example
White with #B58FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FE4; }
p { color: rgb(181,143,228); }
H1.HeaderClassName
{
color: #B58FE4;
}
.AnyTagClassName
{
color: #B58FE4;
}
</style>
background-color css
<style>
a { background-color: #B58FE4; }
a { background-color: rgb(181,143,228); }
div.DivClassName
{
background-color: #B58FE4;
}
.BgClassName
{
background-color: #B58FE4;
}
</style>
border-color css
<style>
span { border-color: #B58FE4; }
span { border-color: rgb(181,143,228); }
td.TdClassName
{
border-color: #B58FE4;
}
.TagClassName
{
border-color: #B58FE4;
}
</style>