Shades of Biloba Flower #B58FEA
Tints of Biloba Flower #B58FEA
RGB
CMYK
RGB Variations
Color information
#B58FEA (or 0xB58FEA) is known color: Biloba Flower. HEX triplet: B5, 8F and EA. RGB value is (181,143,234). Sum of RGB (Red+Green+Blue) = 181+143+234=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #B58FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEA is #4A7015. Grayscale: #A4A4A4. Windows color (decimal): -4878358 or 15372213. OLE color: 15372213.
HSL color Cylindrical-coordinate representation of color #B58FEA: hue angle of 265.05º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58FEA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 143 | 234 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.08 |
| HSL | 265.06º | 0.68% | 0.74% | - |
| HSV(B) | 265.06º | 0.39% | 0.92% | - |
| XYZ | 43.73 | 35.41 | 82.37 | - |
| YUV | 164.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 234 | 0.23 | 0.39 | 0 | 0.08 | 265.06 | 0.68 | 0.74 |
| Hex | B5 | 8F | EA | 17 | 27 | 0 | 8 | 109 | 44 | 4A |
| Octal | 265 | 217 | 352 | 27 | 47 | 0 | 10 | 411 | 104 | 112 |
| Binary | 10110101 | 10001111 | 11101010 | 10111 | 100111 | 0 | 1000 | 100001001 | 1000100 | 1001010 |
Color Harmonies of #B58FEA
Complementary color
Monochromatic Colors of #B58FEA
Black with #B58FEA
Text Example
Text Example
White with #B58FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FEA; }
p { color: rgb(181,143,234); }
H1.HeaderClassName
{
color: #B58FEA;
}
.AnyTagClassName
{
color: #B58FEA;
}
</style>
background-color css
<style>
a { background-color: #B58FEA; }
a { background-color: rgb(181,143,234); }
div.DivClassName
{
background-color: #B58FEA;
}
.BgClassName
{
background-color: #B58FEA;
}
</style>
border-color css
<style>
span { border-color: #B58FEA; }
span { border-color: rgb(181,143,234); }
td.TdClassName
{
border-color: #B58FEA;
}
.TagClassName
{
border-color: #B58FEA;
}
</style>