Shades of Biloba Flower #B495EF
Tints of Biloba Flower #B495EF
RGB
CMYK
RGB Variations
Color information
#B495EF (or 0xB495EF) is known color: Biloba Flower. HEX triplet: B4, 95 and EF. RGB value is (180,149,239). Sum of RGB (Red+Green+Blue) = 180+149+239=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #B495EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495EF is #4B6A10. Grayscale: #A8A8A8. Windows color (decimal): -4942353 or 15701428. OLE color: 15701428.
HSL color Cylindrical-coordinate representation of color #B495EF: hue angle of 260.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B495EF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 149 | 239 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.06 |
| HSL | 260.67º | 0.74% | 0.76% | - |
| HSV(B) | 260.67º | 0.38% | 0.94% | - |
| XYZ | 45.15 | 37.43 | 86.51 | - |
| YUV | 168.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 239 | 0.25 | 0.38 | 0 | 0.06 | 260.67 | 0.74 | 0.76 |
| Hex | B4 | 95 | EF | 19 | 26 | 0 | 6 | 105 | 4A | 4C |
| Octal | 264 | 225 | 357 | 31 | 46 | 0 | 6 | 405 | 112 | 114 |
| Binary | 10110100 | 10010101 | 11101111 | 11001 | 100110 | 0 | 110 | 100000101 | 1001010 | 1001100 |
Color Harmonies of #B495EF
Complementary color
Monochromatic Colors of #B495EF
Black with #B495EF
Text Example
Text Example
White with #B495EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495EF; }
p { color: rgb(180,149,239); }
H1.HeaderClassName
{
color: #B495EF;
}
.AnyTagClassName
{
color: #B495EF;
}
</style>
background-color css
<style>
a { background-color: #B495EF; }
a { background-color: rgb(180,149,239); }
div.DivClassName
{
background-color: #B495EF;
}
.BgClassName
{
background-color: #B495EF;
}
</style>
border-color css
<style>
span { border-color: #B495EF; }
span { border-color: rgb(180,149,239); }
td.TdClassName
{
border-color: #B495EF;
}
.TagClassName
{
border-color: #B495EF;
}
</style>