Shades of Biloba Flower #B390D1
Tints of Biloba Flower #B390D1
RGB
CMYK
RGB Variations
Color information
#B390D1 (or 0xB390D1) is known color: Biloba Flower. HEX triplet: B3, 90 and D1. RGB value is (179,144,209). Sum of RGB (Red+Green+Blue) = 179+144+209=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #B390D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390D1 is #4C6F2E. Grayscale: #A1A1A1. Windows color (decimal): -5009199 or 13734067. OLE color: 13734067.
HSL color Cylindrical-coordinate representation of color #B390D1: hue angle of 272.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B390D1 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 144 | 209 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.18 |
| HSL | 272.31º | 0.41% | 0.69% | - |
| HSV(B) | 272.31º | 0.31% | 0.82% | - |
| XYZ | 40.07 | 34.13 | 64.8 | - |
| YUV | 161.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 209 | 0.14 | 0.31 | 0 | 0.18 | 272.31 | 0.41 | 0.69 |
| Hex | B3 | 90 | D1 | E | 1F | 0 | 12 | 110 | 29 | 45 |
| Octal | 263 | 220 | 321 | 16 | 37 | 0 | 22 | 420 | 51 | 105 |
| Binary | 10110011 | 10010000 | 11010001 | 1110 | 11111 | 0 | 10010 | 100010000 | 101001 | 1000101 |
Color Harmonies of #B390D1
Complementary color
Monochromatic Colors of #B390D1
Black with #B390D1
Text Example
Text Example
White with #B390D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390D1; }
p { color: rgb(179,144,209); }
H1.HeaderClassName
{
color: #B390D1;
}
.AnyTagClassName
{
color: #B390D1;
}
</style>
background-color css
<style>
a { background-color: #B390D1; }
a { background-color: rgb(179,144,209); }
div.DivClassName
{
background-color: #B390D1;
}
.BgClassName
{
background-color: #B390D1;
}
</style>
border-color css
<style>
span { border-color: #B390D1; }
span { border-color: rgb(179,144,209); }
td.TdClassName
{
border-color: #B390D1;
}
.TagClassName
{
border-color: #B390D1;
}
</style>