Shades of Biloba Flower #B68AE1
Tints of Biloba Flower #B68AE1
RGB
CMYK
RGB Variations
Color information
#B68AE1 (or 0xB68AE1) is known color: Biloba Flower. HEX triplet: B6, 8A and E1. RGB value is (182,138,225). Sum of RGB (Red+Green+Blue) = 182+138+225=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #B68AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AE1 is #49751E. Grayscale: #A0A0A0. Windows color (decimal): -4814111 or 14781110. OLE color: 14781110.
HSL color Cylindrical-coordinate representation of color #B68AE1: hue angle of 270.34º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68AE1 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 138 | 225 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.12 |
| HSL | 270.34º | 0.59% | 0.71% | - |
| HSV(B) | 270.34º | 0.39% | 0.88% | - |
| XYZ | 41.97 | 33.56 | 75.5 | - |
| YUV | 161.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 225 | 0.19 | 0.39 | 0 | 0.12 | 270.34 | 0.59 | 0.71 |
| Hex | B6 | 8A | E1 | 13 | 27 | 0 | C | 10E | 3B | 47 |
| Octal | 266 | 212 | 341 | 23 | 47 | 0 | 14 | 416 | 73 | 107 |
| Binary | 10110110 | 10001010 | 11100001 | 10011 | 100111 | 0 | 1100 | 100001110 | 111011 | 1000111 |
Color Harmonies of #B68AE1
Complementary color
Monochromatic Colors of #B68AE1
Black with #B68AE1
Text Example
Text Example
White with #B68AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AE1; }
p { color: rgb(182,138,225); }
H1.HeaderClassName
{
color: #B68AE1;
}
.AnyTagClassName
{
color: #B68AE1;
}
</style>
background-color css
<style>
a { background-color: #B68AE1; }
a { background-color: rgb(182,138,225); }
div.DivClassName
{
background-color: #B68AE1;
}
.BgClassName
{
background-color: #B68AE1;
}
</style>
border-color css
<style>
span { border-color: #B68AE1; }
span { border-color: rgb(182,138,225); }
td.TdClassName
{
border-color: #B68AE1;
}
.TagClassName
{
border-color: #B68AE1;
}
</style>