Shades of Biloba Flower #B883E2
Tints of Biloba Flower #B883E2
RGB
CMYK
RGB Variations
Color information
#B883E2 (or 0xB883E2) is known color: Biloba Flower. HEX triplet: B8, 83 and E2. RGB value is (184,131,226). Sum of RGB (Red+Green+Blue) = 184+131+226=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #B883E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883E2 is #477C1D. Grayscale: #9D9D9D. Windows color (decimal): -4684830 or 14844856. OLE color: 14844856.
HSL color Cylindrical-coordinate representation of color #B883E2: hue angle of 273.47º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B883E2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 131 | 226 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.11 |
| HSL | 273.47º | 0.62% | 0.7% | - |
| HSV(B) | 273.47º | 0.42% | 0.89% | - |
| XYZ | 41.61 | 31.91 | 75.92 | - |
| YUV | 157.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 226 | 0.19 | 0.42 | 0 | 0.11 | 273.47 | 0.62 | 0.7 |
| Hex | B8 | 83 | E2 | 13 | 2A | 0 | B | 111 | 3E | 46 |
| Octal | 270 | 203 | 342 | 23 | 52 | 0 | 13 | 421 | 76 | 106 |
| Binary | 10111000 | 10000011 | 11100010 | 10011 | 101010 | 0 | 1011 | 100010001 | 111110 | 1000110 |
Color Harmonies of #B883E2
Complementary color
Monochromatic Colors of #B883E2
Black with #B883E2
Text Example
Text Example
White with #B883E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883E2; }
p { color: rgb(184,131,226); }
H1.HeaderClassName
{
color: #B883E2;
}
.AnyTagClassName
{
color: #B883E2;
}
</style>
background-color css
<style>
a { background-color: #B883E2; }
a { background-color: rgb(184,131,226); }
div.DivClassName
{
background-color: #B883E2;
}
.BgClassName
{
background-color: #B883E2;
}
</style>
border-color css
<style>
span { border-color: #B883E2; }
span { border-color: rgb(184,131,226); }
td.TdClassName
{
border-color: #B883E2;
}
.TagClassName
{
border-color: #B883E2;
}
</style>