Shades of Biloba Flower #B696E5
Tints of Biloba Flower #B696E5
RGB
CMYK
RGB Variations
Color information
#B696E5 (or 0xB696E5) is known color: Biloba Flower. HEX triplet: B6, 96 and E5. RGB value is (182,150,229). Sum of RGB (Red+Green+Blue) = 182+150+229=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #B696E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696E5 is #49691A. Grayscale: #A8A8A8. Windows color (decimal): -4811035 or 15046326. OLE color: 15046326.
HSL color Cylindrical-coordinate representation of color #B696E5: hue angle of 264.3º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B696E5 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 150 | 229 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.10 |
| HSL | 264.3º | 0.6% | 0.74% | - |
| HSV(B) | 264.3º | 0.34% | 0.9% | - |
| XYZ | 44.34 | 37.41 | 79.01 | - |
| YUV | 168.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 229 | 0.21 | 0.34 | 0 | 0.10 | 264.3 | 0.6 | 0.74 |
| Hex | B6 | 96 | E5 | 15 | 22 | 0 | A | 108 | 3C | 4A |
| Octal | 266 | 226 | 345 | 25 | 42 | 0 | 12 | 410 | 74 | 112 |
| Binary | 10110110 | 10010110 | 11100101 | 10101 | 100010 | 0 | 1010 | 100001000 | 111100 | 1001010 |
Color Harmonies of #B696E5
Complementary color
Monochromatic Colors of #B696E5
Black with #B696E5
Text Example
Text Example
White with #B696E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696E5; }
p { color: rgb(182,150,229); }
H1.HeaderClassName
{
color: #B696E5;
}
.AnyTagClassName
{
color: #B696E5;
}
</style>
background-color css
<style>
a { background-color: #B696E5; }
a { background-color: rgb(182,150,229); }
div.DivClassName
{
background-color: #B696E5;
}
.BgClassName
{
background-color: #B696E5;
}
</style>
border-color css
<style>
span { border-color: #B696E5; }
span { border-color: rgb(182,150,229); }
td.TdClassName
{
border-color: #B696E5;
}
.TagClassName
{
border-color: #B696E5;
}
</style>