Shades of Biloba Flower #B485E8
Tints of Biloba Flower #B485E8
RGB
CMYK
RGB Variations
Color information
#B485E8 (or 0xB485E8) is known color: Biloba Flower. HEX triplet: B4, 85 and E8. RGB value is (180,133,232). Sum of RGB (Red+Green+Blue) = 180+133+232=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #B485E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485E8 is #4B7A17. Grayscale: #9D9D9D. Windows color (decimal): -4946456 or 15238580. OLE color: 15238580.
HSL color Cylindrical-coordinate representation of color #B485E8: hue angle of 268.48º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B485E8 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 133 | 232 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.09 |
| HSL | 268.48º | 0.68% | 0.72% | - |
| HSV(B) | 268.48º | 0.43% | 0.91% | - |
| XYZ | 41.78 | 32.3 | 80.38 | - |
| YUV | 158.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 232 | 0.22 | 0.43 | 0 | 0.09 | 268.48 | 0.68 | 0.72 |
| Hex | B4 | 85 | E8 | 16 | 2B | 0 | 9 | 10C | 44 | 48 |
| Octal | 264 | 205 | 350 | 26 | 53 | 0 | 11 | 414 | 104 | 110 |
| Binary | 10110100 | 10000101 | 11101000 | 10110 | 101011 | 0 | 1001 | 100001100 | 1000100 | 1001000 |
Color Harmonies of #B485E8
Complementary color
Monochromatic Colors of #B485E8
Black with #B485E8
Text Example
Text Example
White with #B485E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485E8; }
p { color: rgb(180,133,232); }
H1.HeaderClassName
{
color: #B485E8;
}
.AnyTagClassName
{
color: #B485E8;
}
</style>
background-color css
<style>
a { background-color: #B485E8; }
a { background-color: rgb(180,133,232); }
div.DivClassName
{
background-color: #B485E8;
}
.BgClassName
{
background-color: #B485E8;
}
</style>
border-color css
<style>
span { border-color: #B485E8; }
span { border-color: rgb(180,133,232); }
td.TdClassName
{
border-color: #B485E8;
}
.TagClassName
{
border-color: #B485E8;
}
</style>