Shades of Biloba Flower #B69BE5
Tints of Biloba Flower #B69BE5
RGB
CMYK
RGB Variations
Color information
#B69BE5 (or 0xB69BE5) is known color: Biloba Flower. HEX triplet: B6, 9B and E5. RGB value is (182,155,229). Sum of RGB (Red+Green+Blue) = 182+155+229=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #B69BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BE5 is #49641A. Grayscale: #ABABAB. Windows color (decimal): -4809755 or 15047606. OLE color: 15047606.
HSL color Cylindrical-coordinate representation of color #B69BE5: hue angle of 261.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69BE5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 155 | 229 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.10 |
| HSL | 261.89º | 0.59% | 0.75% | - |
| HSV(B) | 261.89º | 0.32% | 0.9% | - |
| XYZ | 45.16 | 39.04 | 79.29 | - |
| YUV | 171.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 229 | 0.21 | 0.32 | 0 | 0.10 | 261.89 | 0.59 | 0.75 |
| Hex | B6 | 9B | E5 | 15 | 20 | 0 | A | 106 | 3B | 4B |
| Octal | 266 | 233 | 345 | 25 | 40 | 0 | 12 | 406 | 73 | 113 |
| Binary | 10110110 | 10011011 | 11100101 | 10101 | 100000 | 0 | 1010 | 100000110 | 111011 | 1001011 |
Color Harmonies of #B69BE5
Complementary color
Monochromatic Colors of #B69BE5
Black with #B69BE5
Text Example
Text Example
White with #B69BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BE5; }
p { color: rgb(182,155,229); }
H1.HeaderClassName
{
color: #B69BE5;
}
.AnyTagClassName
{
color: #B69BE5;
}
</style>
background-color css
<style>
a { background-color: #B69BE5; }
a { background-color: rgb(182,155,229); }
div.DivClassName
{
background-color: #B69BE5;
}
.BgClassName
{
background-color: #B69BE5;
}
</style>
border-color css
<style>
span { border-color: #B69BE5; }
span { border-color: rgb(182,155,229); }
td.TdClassName
{
border-color: #B69BE5;
}
.TagClassName
{
border-color: #B69BE5;
}
</style>