Shades of Biloba Flower #B691E5
Tints of Biloba Flower #B691E5
RGB
CMYK
RGB Variations
Color information
#B691E5 (or 0xB691E5) is known color: Biloba Flower. HEX triplet: B6, 91 and E5. RGB value is (182,145,229). Sum of RGB (Red+Green+Blue) = 182+145+229=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #B691E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691E5 is #496E1A. Grayscale: #A5A5A5. Windows color (decimal): -4812315 or 15045046. OLE color: 15045046.
HSL color Cylindrical-coordinate representation of color #B691E5: hue angle of 266.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B691E5 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 145 | 229 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.10 |
| HSL | 266.43º | 0.62% | 0.73% | - |
| HSV(B) | 266.43º | 0.37% | 0.9% | - |
| XYZ | 43.56 | 35.85 | 78.75 | - |
| YUV | 165.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 229 | 0.21 | 0.37 | 0 | 0.10 | 266.43 | 0.62 | 0.73 |
| Hex | B6 | 91 | E5 | 15 | 25 | 0 | A | 10A | 3E | 49 |
| Octal | 266 | 221 | 345 | 25 | 45 | 0 | 12 | 412 | 76 | 111 |
| Binary | 10110110 | 10010001 | 11100101 | 10101 | 100101 | 0 | 1010 | 100001010 | 111110 | 1001001 |
Color Harmonies of #B691E5
Complementary color
Monochromatic Colors of #B691E5
Black with #B691E5
Text Example
Text Example
White with #B691E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691E5; }
p { color: rgb(182,145,229); }
H1.HeaderClassName
{
color: #B691E5;
}
.AnyTagClassName
{
color: #B691E5;
}
</style>
background-color css
<style>
a { background-color: #B691E5; }
a { background-color: rgb(182,145,229); }
div.DivClassName
{
background-color: #B691E5;
}
.BgClassName
{
background-color: #B691E5;
}
</style>
border-color css
<style>
span { border-color: #B691E5; }
span { border-color: rgb(182,145,229); }
td.TdClassName
{
border-color: #B691E5;
}
.TagClassName
{
border-color: #B691E5;
}
</style>