Shades of Biloba Flower #B485ED
Tints of Biloba Flower #B485ED
RGB
CMYK
RGB Variations
Color information
#B485ED (or 0xB485ED) is known color: Biloba Flower. HEX triplet: B4, 85 and ED. RGB value is (180,133,237). Sum of RGB (Red+Green+Blue) = 180+133+237=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #B485ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485ED is #4B7A12. Grayscale: #9E9E9E. Windows color (decimal): -4946451 or 15566260. OLE color: 15566260.
HSL color Cylindrical-coordinate representation of color #B485ED: hue angle of 267.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B485ED is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 133 | 237 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.07 |
| HSL | 267.12º | 0.74% | 0.73% | - |
| HSV(B) | 267.12º | 0.44% | 0.93% | - |
| XYZ | 42.5 | 32.59 | 84.17 | - |
| YUV | 158.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 237 | 0.24 | 0.44 | 0 | 0.07 | 267.12 | 0.74 | 0.73 |
| Hex | B4 | 85 | ED | 18 | 2C | 0 | 7 | 10B | 4A | 49 |
| Octal | 264 | 205 | 355 | 30 | 54 | 0 | 7 | 413 | 112 | 111 |
| Binary | 10110100 | 10000101 | 11101101 | 11000 | 101100 | 0 | 111 | 100001011 | 1001010 | 1001001 |
Color Harmonies of #B485ED
Complementary color
Monochromatic Colors of #B485ED
Black with #B485ED
Text Example
Text Example
White with #B485ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485ED; }
p { color: rgb(180,133,237); }
H1.HeaderClassName
{
color: #B485ED;
}
.AnyTagClassName
{
color: #B485ED;
}
</style>
background-color css
<style>
a { background-color: #B485ED; }
a { background-color: rgb(180,133,237); }
div.DivClassName
{
background-color: #B485ED;
}
.BgClassName
{
background-color: #B485ED;
}
</style>
border-color css
<style>
span { border-color: #B485ED; }
span { border-color: rgb(180,133,237); }
td.TdClassName
{
border-color: #B485ED;
}
.TagClassName
{
border-color: #B485ED;
}
</style>