Shades of Biloba Flower #B295E2
Tints of Biloba Flower #B295E2
RGB
CMYK
RGB Variations
Color information
#B295E2 (or 0xB295E2) is known color: Biloba Flower. HEX triplet: B2, 95 and E2. RGB value is (178,149,226). Sum of RGB (Red+Green+Blue) = 178+149+226=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #B295E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295E2 is #4D6A1D. Grayscale: #A6A6A6. Windows color (decimal): -5073438 or 14849458. OLE color: 14849458.
HSL color Cylindrical-coordinate representation of color #B295E2: hue angle of 262.6º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B295E2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 149 | 226 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.11 |
| HSL | 262.6º | 0.57% | 0.74% | - |
| HSV(B) | 262.6º | 0.34% | 0.89% | - |
| XYZ | 42.84 | 36.45 | 76.73 | - |
| YUV | 166.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 226 | 0.21 | 0.34 | 0 | 0.11 | 262.6 | 0.57 | 0.74 |
| Hex | B2 | 95 | E2 | 15 | 22 | 0 | B | 107 | 39 | 4A |
| Octal | 262 | 225 | 342 | 25 | 42 | 0 | 13 | 407 | 71 | 112 |
| Binary | 10110010 | 10010101 | 11100010 | 10101 | 100010 | 0 | 1011 | 100000111 | 111001 | 1001010 |
Color Harmonies of #B295E2
Complementary color
Monochromatic Colors of #B295E2
Black with #B295E2
Text Example
Text Example
White with #B295E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295E2; }
p { color: rgb(178,149,226); }
H1.HeaderClassName
{
color: #B295E2;
}
.AnyTagClassName
{
color: #B295E2;
}
</style>
background-color css
<style>
a { background-color: #B295E2; }
a { background-color: rgb(178,149,226); }
div.DivClassName
{
background-color: #B295E2;
}
.BgClassName
{
background-color: #B295E2;
}
</style>
border-color css
<style>
span { border-color: #B295E2; }
span { border-color: rgb(178,149,226); }
td.TdClassName
{
border-color: #B295E2;
}
.TagClassName
{
border-color: #B295E2;
}
</style>