Shades of Biloba Flower #B585E6
Tints of Biloba Flower #B585E6
RGB
CMYK
RGB Variations
Color information
#B585E6 (or 0xB585E6) is known color: Biloba Flower. HEX triplet: B5, 85 and E6. RGB value is (181,133,230). Sum of RGB (Red+Green+Blue) = 181+133+230=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #B585E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585E6 is #4A7A19. Grayscale: #9E9E9E. Windows color (decimal): -4880922 or 15107509. OLE color: 15107509.
HSL color Cylindrical-coordinate representation of color #B585E6: hue angle of 269.69º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B585E6 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 133 | 230 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.10 |
| HSL | 269.69º | 0.66% | 0.71% | - |
| HSV(B) | 269.69º | 0.42% | 0.9% | - |
| XYZ | 41.73 | 32.31 | 78.9 | - |
| YUV | 158.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 230 | 0.21 | 0.42 | 0 | 0.10 | 269.69 | 0.66 | 0.71 |
| Hex | B5 | 85 | E6 | 15 | 2A | 0 | A | 10E | 42 | 47 |
| Octal | 265 | 205 | 346 | 25 | 52 | 0 | 12 | 416 | 102 | 107 |
| Binary | 10110101 | 10000101 | 11100110 | 10101 | 101010 | 0 | 1010 | 100001110 | 1000010 | 1000111 |
Color Harmonies of #B585E6
Complementary color
Monochromatic Colors of #B585E6
Black with #B585E6
Text Example
Text Example
White with #B585E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585E6; }
p { color: rgb(181,133,230); }
H1.HeaderClassName
{
color: #B585E6;
}
.AnyTagClassName
{
color: #B585E6;
}
</style>
background-color css
<style>
a { background-color: #B585E6; }
a { background-color: rgb(181,133,230); }
div.DivClassName
{
background-color: #B585E6;
}
.BgClassName
{
background-color: #B585E6;
}
</style>
border-color css
<style>
span { border-color: #B585E6; }
span { border-color: rgb(181,133,230); }
td.TdClassName
{
border-color: #B585E6;
}
.TagClassName
{
border-color: #B585E6;
}
</style>