Shades of Biloba Flower #B495DD
Tints of Biloba Flower #B495DD
RGB
CMYK
RGB Variations
Color information
#B495DD (or 0xB495DD) is known color: Biloba Flower. HEX triplet: B4, 95 and DD. RGB value is (180,149,221). Sum of RGB (Red+Green+Blue) = 180+149+221=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B495DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495DD is #4B6A22. Grayscale: #A6A6A6. Windows color (decimal): -4942371 or 14521780. OLE color: 14521780.
HSL color Cylindrical-coordinate representation of color #B495DD: hue angle of 265.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B495DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 149 | 221 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.13 |
| HSL | 265.83º | 0.51% | 0.73% | - |
| HSV(B) | 265.83º | 0.33% | 0.87% | - |
| XYZ | 42.62 | 36.42 | 73.19 | - |
| YUV | 166.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 221 | 0.19 | 0.33 | 0 | 0.13 | 265.83 | 0.51 | 0.73 |
| Hex | B4 | 95 | DD | 13 | 21 | 0 | D | 10A | 33 | 49 |
| Octal | 264 | 225 | 335 | 23 | 41 | 0 | 15 | 412 | 63 | 111 |
| Binary | 10110100 | 10010101 | 11011101 | 10011 | 100001 | 0 | 1101 | 100001010 | 110011 | 1001001 |
Color Harmonies of #B495DD
Complementary color
Monochromatic Colors of #B495DD
Black with #B495DD
Text Example
Text Example
White with #B495DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495DD; }
p { color: rgb(180,149,221); }
H1.HeaderClassName
{
color: #B495DD;
}
.AnyTagClassName
{
color: #B495DD;
}
</style>
background-color css
<style>
a { background-color: #B495DD; }
a { background-color: rgb(180,149,221); }
div.DivClassName
{
background-color: #B495DD;
}
.BgClassName
{
background-color: #B495DD;
}
</style>
border-color css
<style>
span { border-color: #B495DD; }
span { border-color: rgb(180,149,221); }
td.TdClassName
{
border-color: #B495DD;
}
.TagClassName
{
border-color: #B495DD;
}
</style>