Shades of Biloba Flower #B691E1
Tints of Biloba Flower #B691E1
RGB
CMYK
RGB Variations
Color information
#B691E1 (or 0xB691E1) is known color: Biloba Flower. HEX triplet: B6, 91 and E1. RGB value is (182,145,225). Sum of RGB (Red+Green+Blue) = 182+145+225=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B691E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691E1 is #496E1E. Grayscale: #A4A4A4. Windows color (decimal): -4812319 or 14782902. OLE color: 14782902.
HSL color Cylindrical-coordinate representation of color #B691E1: hue angle of 267.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B691E1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 145 | 225 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.12 |
| HSL | 267.75º | 0.57% | 0.73% | - |
| HSV(B) | 267.75º | 0.36% | 0.88% | - |
| XYZ | 43.01 | 35.63 | 75.85 | - |
| YUV | 165.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 225 | 0.19 | 0.36 | 0 | 0.12 | 267.75 | 0.57 | 0.73 |
| Hex | B6 | 91 | E1 | 13 | 24 | 0 | C | 10C | 39 | 49 |
| Octal | 266 | 221 | 341 | 23 | 44 | 0 | 14 | 414 | 71 | 111 |
| Binary | 10110110 | 10010001 | 11100001 | 10011 | 100100 | 0 | 1100 | 100001100 | 111001 | 1001001 |
Color Harmonies of #B691E1
Complementary color
Monochromatic Colors of #B691E1
Black with #B691E1
Text Example
Text Example
White with #B691E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691E1; }
p { color: rgb(182,145,225); }
H1.HeaderClassName
{
color: #B691E1;
}
.AnyTagClassName
{
color: #B691E1;
}
</style>
background-color css
<style>
a { background-color: #B691E1; }
a { background-color: rgb(182,145,225); }
div.DivClassName
{
background-color: #B691E1;
}
.BgClassName
{
background-color: #B691E1;
}
</style>
border-color css
<style>
span { border-color: #B691E1; }
span { border-color: rgb(182,145,225); }
td.TdClassName
{
border-color: #B691E1;
}
.TagClassName
{
border-color: #B691E1;
}
</style>