Shades of Biloba Flower #B281E4
Tints of Biloba Flower #B281E4
RGB
CMYK
RGB Variations
Color information
#B281E4 (or 0xB281E4) is known color: Biloba Flower. HEX triplet: B2, 81 and E4. RGB value is (178,129,228). Sum of RGB (Red+Green+Blue) = 178+129+228=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #B281E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281E4 is #4D7E1B. Grayscale: #9A9A9A. Windows color (decimal): -5078556 or 14975410. OLE color: 14975410.
HSL color Cylindrical-coordinate representation of color #B281E4: hue angle of 269.7º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B281E4 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 129 | 228 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.11 |
| HSL | 269.7º | 0.65% | 0.7% | - |
| HSV(B) | 269.7º | 0.43% | 0.89% | - |
| XYZ | 40.21 | 30.77 | 77.22 | - |
| YUV | 154.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 228 | 0.22 | 0.43 | 0 | 0.11 | 269.7 | 0.65 | 0.7 |
| Hex | B2 | 81 | E4 | 16 | 2B | 0 | B | 10E | 41 | 46 |
| Octal | 262 | 201 | 344 | 26 | 53 | 0 | 13 | 416 | 101 | 106 |
| Binary | 10110010 | 10000001 | 11100100 | 10110 | 101011 | 0 | 1011 | 100001110 | 1000001 | 1000110 |
Color Harmonies of #B281E4
Complementary color
Monochromatic Colors of #B281E4
Black with #B281E4
Text Example
Text Example
White with #B281E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281E4; }
p { color: rgb(178,129,228); }
H1.HeaderClassName
{
color: #B281E4;
}
.AnyTagClassName
{
color: #B281E4;
}
</style>
background-color css
<style>
a { background-color: #B281E4; }
a { background-color: rgb(178,129,228); }
div.DivClassName
{
background-color: #B281E4;
}
.BgClassName
{
background-color: #B281E4;
}
</style>
border-color css
<style>
span { border-color: #B281E4; }
span { border-color: rgb(178,129,228); }
td.TdClassName
{
border-color: #B281E4;
}
.TagClassName
{
border-color: #B281E4;
}
</style>