Shades of Biloba Flower #B390CE
Tints of Biloba Flower #B390CE
RGB
CMYK
RGB Variations
Color information
#B390CE (or 0xB390CE) is known color: Biloba Flower. HEX triplet: B3, 90 and CE. RGB value is (179,144,206). Sum of RGB (Red+Green+Blue) = 179+144+206=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #B390CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390CE is #4C6F31. Grayscale: #A1A1A1. Windows color (decimal): -5009202 or 13537459. OLE color: 13537459.
HSL color Cylindrical-coordinate representation of color #B390CE: hue angle of 273.87º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B390CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 144 | 206 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.19 |
| HSL | 273.87º | 0.39% | 0.69% | - |
| HSV(B) | 273.87º | 0.3% | 0.81% | - |
| XYZ | 39.7 | 33.99 | 62.86 | - |
| YUV | 161.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 206 | 0.13 | 0.30 | 0 | 0.19 | 273.87 | 0.39 | 0.69 |
| Hex | B3 | 90 | CE | D | 1E | 0 | 13 | 112 | 27 | 45 |
| Octal | 263 | 220 | 316 | 15 | 36 | 0 | 23 | 422 | 47 | 105 |
| Binary | 10110011 | 10010000 | 11001110 | 1101 | 11110 | 0 | 10011 | 100010010 | 100111 | 1000101 |
Color Harmonies of #B390CE
Complementary color
Monochromatic Colors of #B390CE
Black with #B390CE
Text Example
Text Example
White with #B390CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390CE; }
p { color: rgb(179,144,206); }
H1.HeaderClassName
{
color: #B390CE;
}
.AnyTagClassName
{
color: #B390CE;
}
</style>
background-color css
<style>
a { background-color: #B390CE; }
a { background-color: rgb(179,144,206); }
div.DivClassName
{
background-color: #B390CE;
}
.BgClassName
{
background-color: #B390CE;
}
</style>
border-color css
<style>
span { border-color: #B390CE; }
span { border-color: rgb(179,144,206); }
td.TdClassName
{
border-color: #B390CE;
}
.TagClassName
{
border-color: #B390CE;
}
</style>