Shades of Biloba Flower #B28AEB
Tints of Biloba Flower #B28AEB
RGB
CMYK
RGB Variations
Color information
#B28AEB (or 0xB28AEB) is known color: Biloba Flower. HEX triplet: B2, 8A and EB. RGB value is (178,138,235). Sum of RGB (Red+Green+Blue) = 178+138+235=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #B28AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AEB is #4D7514. Grayscale: #A0A0A0. Windows color (decimal): -5076245 or 15436466. OLE color: 15436466.
HSL color Cylindrical-coordinate representation of color #B28AEB: hue angle of 264.74º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28AEB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 138 | 235 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.08 |
| HSL | 264.74º | 0.71% | 0.73% | - |
| HSV(B) | 264.74º | 0.41% | 0.92% | - |
| XYZ | 42.44 | 33.64 | 82.85 | - |
| YUV | 161.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 235 | 0.24 | 0.41 | 0 | 0.08 | 264.74 | 0.71 | 0.73 |
| Hex | B2 | 8A | EB | 18 | 29 | 0 | 8 | 109 | 47 | 49 |
| Octal | 262 | 212 | 353 | 30 | 51 | 0 | 10 | 411 | 107 | 111 |
| Binary | 10110010 | 10001010 | 11101011 | 11000 | 101001 | 0 | 1000 | 100001001 | 1000111 | 1001001 |
Color Harmonies of #B28AEB
Complementary color
Monochromatic Colors of #B28AEB
Black with #B28AEB
Text Example
Text Example
White with #B28AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AEB; }
p { color: rgb(178,138,235); }
H1.HeaderClassName
{
color: #B28AEB;
}
.AnyTagClassName
{
color: #B28AEB;
}
</style>
background-color css
<style>
a { background-color: #B28AEB; }
a { background-color: rgb(178,138,235); }
div.DivClassName
{
background-color: #B28AEB;
}
.BgClassName
{
background-color: #B28AEB;
}
</style>
border-color css
<style>
span { border-color: #B28AEB; }
span { border-color: rgb(178,138,235); }
td.TdClassName
{
border-color: #B28AEB;
}
.TagClassName
{
border-color: #B28AEB;
}
</style>