Shades of Biloba Flower #B485FF
Tints of Biloba Flower #B485FF
RGB
CMYK
RGB Variations
Color information
#B485FF (or 0xB485FF) is known color: Biloba Flower. HEX triplet: B4, 85 and FF. RGB value is (180,133,255). Sum of RGB (Red+Green+Blue) = 180+133+255=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485FF is #4B7A00. Grayscale: #A0A0A0. Windows color (decimal): -4946433 or 16745908. OLE color: 16745908.
HSL color Cylindrical-coordinate representation of color #B485FF: hue angle of 263.11º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B485FF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 133 | 255 | - |
| CMYK | 0.29 | 0.48 | 0 | 0 |
| HSL | 263.11º | 1% | 0.76% | - |
| HSV(B) | 263.11º | 0.48% | 1% | - |
| XYZ | 45.26 | 33.7 | 98.73 | - |
| YUV | 160.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 255 | 0.29 | 0.48 | 0 | 0 | 263.11 | 1 | 0.76 |
| Hex | B4 | 85 | FF | 1D | 30 | 0 | 0 | 107 | 64 | 4C |
| Octal | 264 | 205 | 377 | 35 | 60 | 0 | 0 | 407 | 144 | 114 |
| Binary | 10110100 | 10000101 | 11111111 | 11101 | 110000 | 0 | 0 | 100000111 | 1100100 | 1001100 |
Color Harmonies of #B485FF
Complementary color
Monochromatic Colors of #B485FF
Black with #B485FF
Text Example
Text Example
White with #B485FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485FF; }
p { color: rgb(180,133,255); }
H1.HeaderClassName
{
color: #B485FF;
}
.AnyTagClassName
{
color: #B485FF;
}
</style>
background-color css
<style>
a { background-color: #B485FF; }
a { background-color: rgb(180,133,255); }
div.DivClassName
{
background-color: #B485FF;
}
.BgClassName
{
background-color: #B485FF;
}
</style>
border-color css
<style>
span { border-color: #B485FF; }
span { border-color: rgb(180,133,255); }
td.TdClassName
{
border-color: #B485FF;
}
.TagClassName
{
border-color: #B485FF;
}
</style>