Shades of Biloba Flower #B481FF
Tints of Biloba Flower #B481FF
RGB
CMYK
RGB Variations
Color information
#B481FF (or 0xB481FF) is known color: Biloba Flower. HEX triplet: B4, 81 and FF. RGB value is (180,129,255). Sum of RGB (Red+Green+Blue) = 180+129+255=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B481FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481FF is #4B7E00. Grayscale: #9E9E9E. Windows color (decimal): -4947457 or 16744884. OLE color: 16744884.
HSL color Cylindrical-coordinate representation of color #B481FF: hue angle of 264.29º 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 #B481FF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 129 | 255 | - |
| CMYK | 0.29 | 0.49 | 0 | 0 |
| HSL | 264.29º | 1% | 0.75% | - |
| HSV(B) | 264.29º | 0.49% | 1% | - |
| XYZ | 44.72 | 32.62 | 98.55 | - |
| YUV | 158.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 255 | 0.29 | 0.49 | 0 | 0 | 264.29 | 1 | 0.75 |
| Hex | B4 | 81 | FF | 1D | 31 | 0 | 0 | 108 | 64 | 4B |
| Octal | 264 | 201 | 377 | 35 | 61 | 0 | 0 | 410 | 144 | 113 |
| Binary | 10110100 | 10000001 | 11111111 | 11101 | 110001 | 0 | 0 | 100001000 | 1100100 | 1001011 |
Color Harmonies of #B481FF
Complementary color
Monochromatic Colors of #B481FF
Black with #B481FF
Text Example
Text Example
White with #B481FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481FF; }
p { color: rgb(180,129,255); }
H1.HeaderClassName
{
color: #B481FF;
}
.AnyTagClassName
{
color: #B481FF;
}
</style>
background-color css
<style>
a { background-color: #B481FF; }
a { background-color: rgb(180,129,255); }
div.DivClassName
{
background-color: #B481FF;
}
.BgClassName
{
background-color: #B481FF;
}
</style>
border-color css
<style>
span { border-color: #B481FF; }
span { border-color: rgb(180,129,255); }
td.TdClassName
{
border-color: #B481FF;
}
.TagClassName
{
border-color: #B481FF;
}
</style>