Shades of Biloba Flower #B983E0
Tints of Biloba Flower #B983E0
RGB
CMYK
RGB Variations
Color information
#B983E0 (or 0xB983E0) is known color: Biloba Flower. HEX triplet: B9, 83 and E0. RGB value is (185,131,224). Sum of RGB (Red+Green+Blue) = 185+131+224=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #B983E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983E0 is #467C1F. Grayscale: #9D9D9D. Windows color (decimal): -4619296 or 14713785. OLE color: 14713785.
HSL color Cylindrical-coordinate representation of color #B983E0: hue angle of 274.84º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B983E0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 131 | 224 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.12 |
| HSL | 274.84º | 0.6% | 0.7% | - |
| HSV(B) | 274.84º | 0.42% | 0.88% | - |
| XYZ | 41.58 | 31.93 | 74.49 | - |
| YUV | 157.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 224 | 0.17 | 0.42 | 0 | 0.12 | 274.84 | 0.6 | 0.7 |
| Hex | B9 | 83 | E0 | 11 | 2A | 0 | C | 113 | 3C | 46 |
| Octal | 271 | 203 | 340 | 21 | 52 | 0 | 14 | 423 | 74 | 106 |
| Binary | 10111001 | 10000011 | 11100000 | 10001 | 101010 | 0 | 1100 | 100010011 | 111100 | 1000110 |
Color Harmonies of #B983E0
Complementary color
Monochromatic Colors of #B983E0
Black with #B983E0
Text Example
Text Example
White with #B983E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983E0; }
p { color: rgb(185,131,224); }
H1.HeaderClassName
{
color: #B983E0;
}
.AnyTagClassName
{
color: #B983E0;
}
</style>
background-color css
<style>
a { background-color: #B983E0; }
a { background-color: rgb(185,131,224); }
div.DivClassName
{
background-color: #B983E0;
}
.BgClassName
{
background-color: #B983E0;
}
</style>
border-color css
<style>
span { border-color: #B983E0; }
span { border-color: rgb(185,131,224); }
td.TdClassName
{
border-color: #B983E0;
}
.TagClassName
{
border-color: #B983E0;
}
</style>