Shades of Biloba Flower #B485D9
Tints of Biloba Flower #B485D9
RGB
CMYK
RGB Variations
Color information
#B485D9 (or 0xB485D9) is known color: Biloba Flower. HEX triplet: B4, 85 and D9. RGB value is (180,133,217). Sum of RGB (Red+Green+Blue) = 180+133+217=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #B485D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485D9 is #4B7A26. Grayscale: #9C9C9C. Windows color (decimal): -4946471 or 14255540. OLE color: 14255540.
HSL color Cylindrical-coordinate representation of color #B485D9: hue angle of 273.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B485D9 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 133 | 217 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.15 |
| HSL | 273.57º | 0.53% | 0.69% | - |
| HSV(B) | 273.57º | 0.39% | 0.85% | - |
| XYZ | 39.73 | 31.49 | 69.63 | - |
| YUV | 156.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 217 | 0.17 | 0.39 | 0 | 0.15 | 273.57 | 0.53 | 0.69 |
| Hex | B4 | 85 | D9 | 11 | 27 | 0 | F | 112 | 34 | 45 |
| Octal | 264 | 205 | 331 | 21 | 47 | 0 | 17 | 422 | 64 | 105 |
| Binary | 10110100 | 10000101 | 11011001 | 10001 | 100111 | 0 | 1111 | 100010010 | 110100 | 1000101 |
Color Harmonies of #B485D9
Complementary color
Monochromatic Colors of #B485D9
Black with #B485D9
Text Example
Text Example
White with #B485D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485D9; }
p { color: rgb(180,133,217); }
H1.HeaderClassName
{
color: #B485D9;
}
.AnyTagClassName
{
color: #B485D9;
}
</style>
background-color css
<style>
a { background-color: #B485D9; }
a { background-color: rgb(180,133,217); }
div.DivClassName
{
background-color: #B485D9;
}
.BgClassName
{
background-color: #B485D9;
}
</style>
border-color css
<style>
span { border-color: #B485D9; }
span { border-color: rgb(180,133,217); }
td.TdClassName
{
border-color: #B485D9;
}
.TagClassName
{
border-color: #B485D9;
}
</style>