Shades of Biloba Flower #B281EA
Tints of Biloba Flower #B281EA
RGB
CMYK
RGB Variations
Color information
#B281EA (or 0xB281EA) is known color: Biloba Flower. HEX triplet: B2, 81 and EA. RGB value is (178,129,234). Sum of RGB (Red+Green+Blue) = 178+129+234=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B281EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281EA is #4D7E15. Grayscale: #9B9B9B. Windows color (decimal): -5078550 or 15368626. OLE color: 15368626.
HSL color Cylindrical-coordinate representation of color #B281EA: hue angle of 268º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B281EA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 129 | 234 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.08 |
| HSL | 268º | 0.71% | 0.71% | - |
| HSV(B) | 268º | 0.45% | 0.92% | - |
| XYZ | 41.06 | 31.11 | 81.68 | - |
| YUV | 155.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 234 | 0.24 | 0.45 | 0 | 0.08 | 268 | 0.71 | 0.71 |
| Hex | B2 | 81 | EA | 18 | 2D | 0 | 8 | 10C | 47 | 47 |
| Octal | 262 | 201 | 352 | 30 | 55 | 0 | 10 | 414 | 107 | 107 |
| Binary | 10110010 | 10000001 | 11101010 | 11000 | 101101 | 0 | 1000 | 100001100 | 1000111 | 1000111 |
Color Harmonies of #B281EA
Complementary color
Monochromatic Colors of #B281EA
Black with #B281EA
Text Example
Text Example
White with #B281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281EA; }
p { color: rgb(178,129,234); }
H1.HeaderClassName
{
color: #B281EA;
}
.AnyTagClassName
{
color: #B281EA;
}
</style>
background-color css
<style>
a { background-color: #B281EA; }
a { background-color: rgb(178,129,234); }
div.DivClassName
{
background-color: #B281EA;
}
.BgClassName
{
background-color: #B281EA;
}
</style>
border-color css
<style>
span { border-color: #B281EA; }
span { border-color: rgb(178,129,234); }
td.TdClassName
{
border-color: #B281EA;
}
.TagClassName
{
border-color: #B281EA;
}
</style>