Shades of Biloba Flower #B983EE
Tints of Biloba Flower #B983EE
RGB
CMYK
RGB Variations
Color information
#B983EE (or 0xB983EE) is known color: Biloba Flower. HEX triplet: B9, 83 and EE. RGB value is (185,131,238). Sum of RGB (Red+Green+Blue) = 185+131+238=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B983EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983EE is #467C11. Grayscale: #9E9E9E. Windows color (decimal): -4619282 or 15631289. OLE color: 15631289.
HSL color Cylindrical-coordinate representation of color #B983EE: hue angle of 270.28º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B983EE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 131 | 238 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.07 |
| HSL | 270.28º | 0.76% | 0.72% | - |
| HSV(B) | 270.28º | 0.45% | 0.93% | - |
| XYZ | 43.56 | 32.72 | 84.91 | - |
| YUV | 159.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 238 | 0.22 | 0.45 | 0 | 0.07 | 270.28 | 0.76 | 0.72 |
| Hex | B9 | 83 | EE | 16 | 2D | 0 | 7 | 10E | 4C | 48 |
| Octal | 271 | 203 | 356 | 26 | 55 | 0 | 7 | 416 | 114 | 110 |
| Binary | 10111001 | 10000011 | 11101110 | 10110 | 101101 | 0 | 111 | 100001110 | 1001100 | 1001000 |
Color Harmonies of #B983EE
Complementary color
Monochromatic Colors of #B983EE
Black with #B983EE
Text Example
Text Example
White with #B983EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983EE; }
p { color: rgb(185,131,238); }
H1.HeaderClassName
{
color: #B983EE;
}
.AnyTagClassName
{
color: #B983EE;
}
</style>
background-color css
<style>
a { background-color: #B983EE; }
a { background-color: rgb(185,131,238); }
div.DivClassName
{
background-color: #B983EE;
}
.BgClassName
{
background-color: #B983EE;
}
</style>
border-color css
<style>
span { border-color: #B983EE; }
span { border-color: rgb(185,131,238); }
td.TdClassName
{
border-color: #B983EE;
}
.TagClassName
{
border-color: #B983EE;
}
</style>