Shades of Biloba Flower #B689E2
Tints of Biloba Flower #B689E2
RGB
CMYK
RGB Variations
Color information
#B689E2 (or 0xB689E2) is known color: Biloba Flower. HEX triplet: B6, 89 and E2. RGB value is (182,137,226). Sum of RGB (Red+Green+Blue) = 182+137+226=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #B689E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689E2 is #49761D. Grayscale: #A0A0A0. Windows color (decimal): -4814366 or 14846390. OLE color: 14846390.
HSL color Cylindrical-coordinate representation of color #B689E2: hue angle of 270.34º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B689E2 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 137 | 226 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.11 |
| HSL | 270.34º | 0.61% | 0.71% | - |
| HSV(B) | 270.34º | 0.39% | 0.89% | - |
| XYZ | 41.96 | 33.33 | 76.17 | - |
| YUV | 160.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 226 | 0.19 | 0.39 | 0 | 0.11 | 270.34 | 0.61 | 0.71 |
| Hex | B6 | 89 | E2 | 13 | 27 | 0 | B | 10E | 3D | 47 |
| Octal | 266 | 211 | 342 | 23 | 47 | 0 | 13 | 416 | 75 | 107 |
| Binary | 10110110 | 10001001 | 11100010 | 10011 | 100111 | 0 | 1011 | 100001110 | 111101 | 1000111 |
Color Harmonies of #B689E2
Complementary color
Monochromatic Colors of #B689E2
Black with #B689E2
Text Example
Text Example
White with #B689E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B689E2; }
p { color: rgb(182,137,226); }
H1.HeaderClassName
{
color: #B689E2;
}
.AnyTagClassName
{
color: #B689E2;
}
</style>
background-color css
<style>
a { background-color: #B689E2; }
a { background-color: rgb(182,137,226); }
div.DivClassName
{
background-color: #B689E2;
}
.BgClassName
{
background-color: #B689E2;
}
</style>
border-color css
<style>
span { border-color: #B689E2; }
span { border-color: rgb(182,137,226); }
td.TdClassName
{
border-color: #B689E2;
}
.TagClassName
{
border-color: #B689E2;
}
</style>