Shades of Biloba Flower #B58FE3
Tints of Biloba Flower #B58FE3
RGB
CMYK
RGB Variations
Color information
#B58FE3 (or 0xB58FE3) is known color: Biloba Flower. HEX triplet: B5, 8F and E3. RGB value is (181,143,227). Sum of RGB (Red+Green+Blue) = 181+143+227=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #B58FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FE3 is #4A701C. Grayscale: #A3A3A3. Windows color (decimal): -4878365 or 14913461. OLE color: 14913461.
HSL color Cylindrical-coordinate representation of color #B58FE3: hue angle of 267.14º degrees, saturation: 0.6, 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 #B58FE3 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 143 | 227 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.11 |
| HSL | 267.14º | 0.6% | 0.73% | - |
| HSV(B) | 267.14º | 0.37% | 0.89% | - |
| XYZ | 42.74 | 35.01 | 77.18 | - |
| YUV | 163.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 227 | 0.20 | 0.37 | 0 | 0.11 | 267.14 | 0.6 | 0.73 |
| Hex | B5 | 8F | E3 | 14 | 25 | 0 | B | 10B | 3C | 49 |
| Octal | 265 | 217 | 343 | 24 | 45 | 0 | 13 | 413 | 74 | 111 |
| Binary | 10110101 | 10001111 | 11100011 | 10100 | 100101 | 0 | 1011 | 100001011 | 111100 | 1001001 |
Color Harmonies of #B58FE3
Complementary color
Monochromatic Colors of #B58FE3
Black with #B58FE3
Text Example
Text Example
White with #B58FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FE3; }
p { color: rgb(181,143,227); }
H1.HeaderClassName
{
color: #B58FE3;
}
.AnyTagClassName
{
color: #B58FE3;
}
</style>
background-color css
<style>
a { background-color: #B58FE3; }
a { background-color: rgb(181,143,227); }
div.DivClassName
{
background-color: #B58FE3;
}
.BgClassName
{
background-color: #B58FE3;
}
</style>
border-color css
<style>
span { border-color: #B58FE3; }
span { border-color: rgb(181,143,227); }
td.TdClassName
{
border-color: #B58FE3;
}
.TagClassName
{
border-color: #B58FE3;
}
</style>