Shades of Biloba Flower #B581FF
Tints of Biloba Flower #B581FF
RGB
CMYK
RGB Variations
Color information
#B581FF (or 0xB581FF) is known color: Biloba Flower. HEX triplet: B5, 81 and FF. RGB value is (181,129,255). Sum of RGB (Red+Green+Blue) = 181+129+255=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B581FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581FF is #4A7E00. Grayscale: #9E9E9E. Windows color (decimal): -4881921 or 16744885. OLE color: 16744885.
HSL color Cylindrical-coordinate representation of color #B581FF: hue angle of 264.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B581FF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 129 | 255 | - |
| CMYK | 0.29 | 0.49 | 0 | 0 |
| HSL | 264.76º | 1% | 0.75% | - |
| HSV(B) | 264.76º | 0.49% | 1% | - |
| XYZ | 44.96 | 32.74 | 98.56 | - |
| YUV | 158.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 255 | 0.29 | 0.49 | 0 | 0 | 264.76 | 1 | 0.75 |
| Hex | B5 | 81 | FF | 1D | 31 | 0 | 0 | 109 | 64 | 4B |
| Octal | 265 | 201 | 377 | 35 | 61 | 0 | 0 | 411 | 144 | 113 |
| Binary | 10110101 | 10000001 | 11111111 | 11101 | 110001 | 0 | 0 | 100001001 | 1100100 | 1001011 |
Color Harmonies of #B581FF
Complementary color
Monochromatic Colors of #B581FF
Black with #B581FF
Text Example
Text Example
White with #B581FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B581FF; }
p { color: rgb(181,129,255); }
H1.HeaderClassName
{
color: #B581FF;
}
.AnyTagClassName
{
color: #B581FF;
}
</style>
background-color css
<style>
a { background-color: #B581FF; }
a { background-color: rgb(181,129,255); }
div.DivClassName
{
background-color: #B581FF;
}
.BgClassName
{
background-color: #B581FF;
}
</style>
border-color css
<style>
span { border-color: #B581FF; }
span { border-color: rgb(181,129,255); }
td.TdClassName
{
border-color: #B581FF;
}
.TagClassName
{
border-color: #B581FF;
}
</style>