Shades of Biloba Flower #B585E8
Tints of Biloba Flower #B585E8
RGB
CMYK
RGB Variations
Color information
#B585E8 (or 0xB585E8) is known color: Biloba Flower. HEX triplet: B5, 85 and E8. RGB value is (181,133,232). Sum of RGB (Red+Green+Blue) = 181+133+232=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #B585E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585E8 is #4A7A17. Grayscale: #9E9E9E. Windows color (decimal): -4880920 or 15238581. OLE color: 15238581.
HSL color Cylindrical-coordinate representation of color #B585E8: hue angle of 269.09º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B585E8 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 133 | 232 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.09 |
| HSL | 269.09º | 0.68% | 0.72% | - |
| HSV(B) | 269.09º | 0.43% | 0.91% | - |
| XYZ | 42.01 | 32.43 | 80.39 | - |
| YUV | 158.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 232 | 0.22 | 0.43 | 0 | 0.09 | 269.09 | 0.68 | 0.72 |
| Hex | B5 | 85 | E8 | 16 | 2B | 0 | 9 | 10D | 44 | 48 |
| Octal | 265 | 205 | 350 | 26 | 53 | 0 | 11 | 415 | 104 | 110 |
| Binary | 10110101 | 10000101 | 11101000 | 10110 | 101011 | 0 | 1001 | 100001101 | 1000100 | 1001000 |
Color Harmonies of #B585E8
Complementary color
Monochromatic Colors of #B585E8
Black with #B585E8
Text Example
Text Example
White with #B585E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585E8; }
p { color: rgb(181,133,232); }
H1.HeaderClassName
{
color: #B585E8;
}
.AnyTagClassName
{
color: #B585E8;
}
</style>
background-color css
<style>
a { background-color: #B585E8; }
a { background-color: rgb(181,133,232); }
div.DivClassName
{
background-color: #B585E8;
}
.BgClassName
{
background-color: #B585E8;
}
</style>
border-color css
<style>
span { border-color: #B585E8; }
span { border-color: rgb(181,133,232); }
td.TdClassName
{
border-color: #B585E8;
}
.TagClassName
{
border-color: #B585E8;
}
</style>