Shades of Biloba Flower #B495ED
Tints of Biloba Flower #B495ED
RGB
CMYK
RGB Variations
Color information
#B495ED (or 0xB495ED) is known color: Biloba Flower. HEX triplet: B4, 95 and ED. RGB value is (180,149,237). Sum of RGB (Red+Green+Blue) = 180+149+237=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B495ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495ED is #4B6A12. Grayscale: #A7A7A7. Windows color (decimal): -4942355 or 15570356. OLE color: 15570356.
HSL color Cylindrical-coordinate representation of color #B495ED: hue angle of 261.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B495ED is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 149 | 237 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.07 |
| HSL | 261.14º | 0.71% | 0.76% | - |
| HSV(B) | 261.14º | 0.37% | 0.93% | - |
| XYZ | 44.86 | 37.31 | 84.96 | - |
| YUV | 168.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 237 | 0.24 | 0.37 | 0 | 0.07 | 261.14 | 0.71 | 0.76 |
| Hex | B4 | 95 | ED | 18 | 25 | 0 | 7 | 105 | 47 | 4C |
| Octal | 264 | 225 | 355 | 30 | 45 | 0 | 7 | 405 | 107 | 114 |
| Binary | 10110100 | 10010101 | 11101101 | 11000 | 100101 | 0 | 111 | 100000101 | 1000111 | 1001100 |
Color Harmonies of #B495ED
Complementary color
Monochromatic Colors of #B495ED
Black with #B495ED
Text Example
Text Example
White with #B495ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495ED; }
p { color: rgb(180,149,237); }
H1.HeaderClassName
{
color: #B495ED;
}
.AnyTagClassName
{
color: #B495ED;
}
</style>
background-color css
<style>
a { background-color: #B495ED; }
a { background-color: rgb(180,149,237); }
div.DivClassName
{
background-color: #B495ED;
}
.BgClassName
{
background-color: #B495ED;
}
</style>
border-color css
<style>
span { border-color: #B495ED; }
span { border-color: rgb(180,149,237); }
td.TdClassName
{
border-color: #B495ED;
}
.TagClassName
{
border-color: #B495ED;
}
</style>