Shades of Biloba Flower #B090DF
Tints of Biloba Flower #B090DF
RGB
CMYK
RGB Variations
Color information
#B090DF (or 0xB090DF) is known color: Biloba Flower. HEX triplet: B0, 90 and DF. RGB value is (176,144,223). Sum of RGB (Red+Green+Blue) = 176+144+223=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B090DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090DF is #4F6F20. Grayscale: #A2A2A2. Windows color (decimal): -5205793 or 14651568. OLE color: 14651568.
HSL color Cylindrical-coordinate representation of color #B090DF: hue angle of 264.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B090DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 144 | 223 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.13 |
| HSL | 264.3º | 0.55% | 0.72% | - |
| HSV(B) | 264.3º | 0.35% | 0.87% | - |
| XYZ | 41.2 | 34.5 | 74.3 | - |
| YUV | 162.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 223 | 0.21 | 0.35 | 0 | 0.13 | 264.3 | 0.55 | 0.72 |
| Hex | B0 | 90 | DF | 15 | 23 | 0 | D | 108 | 37 | 48 |
| Octal | 260 | 220 | 337 | 25 | 43 | 0 | 15 | 410 | 67 | 110 |
| Binary | 10110000 | 10010000 | 11011111 | 10101 | 100011 | 0 | 1101 | 100001000 | 110111 | 1001000 |
Color Harmonies of #B090DF
Complementary color
Monochromatic Colors of #B090DF
Black with #B090DF
Text Example
Text Example
White with #B090DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090DF; }
p { color: rgb(176,144,223); }
H1.HeaderClassName
{
color: #B090DF;
}
.AnyTagClassName
{
color: #B090DF;
}
</style>
background-color css
<style>
a { background-color: #B090DF; }
a { background-color: rgb(176,144,223); }
div.DivClassName
{
background-color: #B090DF;
}
.BgClassName
{
background-color: #B090DF;
}
</style>
border-color css
<style>
span { border-color: #B090DF; }
span { border-color: rgb(176,144,223); }
td.TdClassName
{
border-color: #B090DF;
}
.TagClassName
{
border-color: #B090DF;
}
</style>