Shades of Biloba Flower #B68AE5
Tints of Biloba Flower #B68AE5
RGB
CMYK
RGB Variations
Color information
#B68AE5 (or 0xB68AE5) is known color: Biloba Flower. HEX triplet: B6, 8A and E5. RGB value is (182,138,229). Sum of RGB (Red+Green+Blue) = 182+138+229=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #B68AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AE5 is #49751A. Grayscale: #A1A1A1. Windows color (decimal): -4814107 or 15043254. OLE color: 15043254.
HSL color Cylindrical-coordinate representation of color #B68AE5: hue angle of 269.01º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68AE5 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 138 | 229 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.10 |
| HSL | 269.01º | 0.64% | 0.72% | - |
| HSV(B) | 269.01º | 0.4% | 0.9% | - |
| XYZ | 42.52 | 33.78 | 78.41 | - |
| YUV | 161.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 229 | 0.21 | 0.40 | 0 | 0.10 | 269.01 | 0.64 | 0.72 |
| Hex | B6 | 8A | E5 | 15 | 28 | 0 | A | 10D | 40 | 48 |
| Octal | 266 | 212 | 345 | 25 | 50 | 0 | 12 | 415 | 100 | 110 |
| Binary | 10110110 | 10001010 | 11100101 | 10101 | 101000 | 0 | 1010 | 100001101 | 1000000 | 1001000 |
Color Harmonies of #B68AE5
Complementary color
Monochromatic Colors of #B68AE5
Black with #B68AE5
Text Example
Text Example
White with #B68AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AE5; }
p { color: rgb(182,138,229); }
H1.HeaderClassName
{
color: #B68AE5;
}
.AnyTagClassName
{
color: #B68AE5;
}
</style>
background-color css
<style>
a { background-color: #B68AE5; }
a { background-color: rgb(182,138,229); }
div.DivClassName
{
background-color: #B68AE5;
}
.BgClassName
{
background-color: #B68AE5;
}
</style>
border-color css
<style>
span { border-color: #B68AE5; }
span { border-color: rgb(182,138,229); }
td.TdClassName
{
border-color: #B68AE5;
}
.TagClassName
{
border-color: #B68AE5;
}
</style>