Shades of Biloba Flower #B390D3
Tints of Biloba Flower #B390D3
RGB
CMYK
RGB Variations
Color information
#B390D3 (or 0xB390D3) is known color: Biloba Flower. HEX triplet: B3, 90 and D3. RGB value is (179,144,211). Sum of RGB (Red+Green+Blue) = 179+144+211=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #B390D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390D3 is #4C6F2C. Grayscale: #A1A1A1. Windows color (decimal): -5009197 or 13865139. OLE color: 13865139.
HSL color Cylindrical-coordinate representation of color #B390D3: hue angle of 271.34º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B390D3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 144 | 211 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.17 |
| HSL | 271.34º | 0.43% | 0.7% | - |
| HSV(B) | 271.34º | 0.32% | 0.83% | - |
| XYZ | 40.32 | 34.23 | 66.11 | - |
| YUV | 162.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 211 | 0.15 | 0.32 | 0 | 0.17 | 271.34 | 0.43 | 0.7 |
| Hex | B3 | 90 | D3 | F | 20 | 0 | 11 | 10F | 2B | 46 |
| Octal | 263 | 220 | 323 | 17 | 40 | 0 | 21 | 417 | 53 | 106 |
| Binary | 10110011 | 10010000 | 11010011 | 1111 | 100000 | 0 | 10001 | 100001111 | 101011 | 1000110 |
Color Harmonies of #B390D3
Complementary color
Monochromatic Colors of #B390D3
Black with #B390D3
Text Example
Text Example
White with #B390D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390D3; }
p { color: rgb(179,144,211); }
H1.HeaderClassName
{
color: #B390D3;
}
.AnyTagClassName
{
color: #B390D3;
}
</style>
background-color css
<style>
a { background-color: #B390D3; }
a { background-color: rgb(179,144,211); }
div.DivClassName
{
background-color: #B390D3;
}
.BgClassName
{
background-color: #B390D3;
}
</style>
border-color css
<style>
span { border-color: #B390D3; }
span { border-color: rgb(179,144,211); }
td.TdClassName
{
border-color: #B390D3;
}
.TagClassName
{
border-color: #B390D3;
}
</style>