Shades of Biloba Flower #B391CE
Tints of Biloba Flower #B391CE
RGB
CMYK
RGB Variations
Color information
#B391CE (or 0xB391CE) is known color: Biloba Flower. HEX triplet: B3, 91 and CE. RGB value is (179,145,206). Sum of RGB (Red+Green+Blue) = 179+145+206=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B391CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CE is #4C6E31. Grayscale: #A1A1A1. Windows color (decimal): -5008946 or 13537715. OLE color: 13537715.
HSL color Cylindrical-coordinate representation of color #B391CE: hue angle of 273.44º degrees, saturation: 0.38, 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 #B391CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 145 | 206 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.19 |
| HSL | 273.44º | 0.38% | 0.69% | - |
| HSV(B) | 273.44º | 0.3% | 0.81% | - |
| XYZ | 39.86 | 34.29 | 62.91 | - |
| YUV | 162.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 206 | 0.13 | 0.30 | 0 | 0.19 | 273.44 | 0.38 | 0.69 |
| Hex | B3 | 91 | CE | D | 1E | 0 | 13 | 111 | 26 | 45 |
| Octal | 263 | 221 | 316 | 15 | 36 | 0 | 23 | 421 | 46 | 105 |
| Binary | 10110011 | 10010001 | 11001110 | 1101 | 11110 | 0 | 10011 | 100010001 | 100110 | 1000101 |
Color Harmonies of #B391CE
Complementary color
Monochromatic Colors of #B391CE
Black with #B391CE
Text Example
Text Example
White with #B391CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B391CE; }
p { color: rgb(179,145,206); }
H1.HeaderClassName
{
color: #B391CE;
}
.AnyTagClassName
{
color: #B391CE;
}
</style>
background-color css
<style>
a { background-color: #B391CE; }
a { background-color: rgb(179,145,206); }
div.DivClassName
{
background-color: #B391CE;
}
.BgClassName
{
background-color: #B391CE;
}
</style>
border-color css
<style>
span { border-color: #B391CE; }
span { border-color: rgb(179,145,206); }
td.TdClassName
{
border-color: #B391CE;
}
.TagClassName
{
border-color: #B391CE;
}
</style>