Shades of Biloba Flower #B190CE
Tints of Biloba Flower #B190CE
RGB
CMYK
RGB Variations
Color information
#B190CE (or 0xB190CE) is known color: Biloba Flower. HEX triplet: B1, 90 and CE. RGB value is (177,144,206). Sum of RGB (Red+Green+Blue) = 177+144+206=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B190CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190CE is #4E6F31. Grayscale: #A0A0A0. Windows color (decimal): -5140274 or 13537457. OLE color: 13537457.
HSL color Cylindrical-coordinate representation of color #B190CE: hue angle of 271.94º 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 #B190CE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 144 | 206 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.19 |
| HSL | 271.94º | 0.39% | 0.69% | - |
| HSV(B) | 271.94º | 0.3% | 0.81% | - |
| XYZ | 39.25 | 33.75 | 62.84 | - |
| YUV | 160.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 206 | 0.14 | 0.30 | 0 | 0.19 | 271.94 | 0.39 | 0.69 |
| Hex | B1 | 90 | CE | E | 1E | 0 | 13 | 110 | 27 | 45 |
| Octal | 261 | 220 | 316 | 16 | 36 | 0 | 23 | 420 | 47 | 105 |
| Binary | 10110001 | 10010000 | 11001110 | 1110 | 11110 | 0 | 10011 | 100010000 | 100111 | 1000101 |
Color Harmonies of #B190CE
Complementary color
Monochromatic Colors of #B190CE
Black with #B190CE
Text Example
Text Example
White with #B190CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190CE; }
p { color: rgb(177,144,206); }
H1.HeaderClassName
{
color: #B190CE;
}
.AnyTagClassName
{
color: #B190CE;
}
</style>
background-color css
<style>
a { background-color: #B190CE; }
a { background-color: rgb(177,144,206); }
div.DivClassName
{
background-color: #B190CE;
}
.BgClassName
{
background-color: #B190CE;
}
</style>
border-color css
<style>
span { border-color: #B190CE; }
span { border-color: rgb(177,144,206); }
td.TdClassName
{
border-color: #B190CE;
}
.TagClassName
{
border-color: #B190CE;
}
</style>