Shades of Biloba Flower #B982E5
Tints of Biloba Flower #B982E5
RGB
CMYK
RGB Variations
Color information
#B982E5 (or 0xB982E5) is known color: Biloba Flower. HEX triplet: B9, 82 and E5. RGB value is (185,130,229). Sum of RGB (Red+Green+Blue) = 185+130+229=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #B982E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982E5 is #467D1A. Grayscale: #9D9D9D. Windows color (decimal): -4619547 or 15041209. OLE color: 15041209.
HSL color Cylindrical-coordinate representation of color #B982E5: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B982E5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 130 | 229 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.10 |
| HSL | 273.33º | 0.66% | 0.7% | - |
| HSV(B) | 273.33º | 0.43% | 0.9% | - |
| XYZ | 42.13 | 31.94 | 78.07 | - |
| YUV | 157.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 229 | 0.19 | 0.43 | 0 | 0.10 | 273.33 | 0.66 | 0.7 |
| Hex | B9 | 82 | E5 | 13 | 2B | 0 | A | 111 | 42 | 46 |
| Octal | 271 | 202 | 345 | 23 | 53 | 0 | 12 | 421 | 102 | 106 |
| Binary | 10111001 | 10000010 | 11100101 | 10011 | 101011 | 0 | 1010 | 100010001 | 1000010 | 1000110 |
Color Harmonies of #B982E5
Complementary color
Monochromatic Colors of #B982E5
Black with #B982E5
Text Example
Text Example
White with #B982E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982E5; }
p { color: rgb(185,130,229); }
H1.HeaderClassName
{
color: #B982E5;
}
.AnyTagClassName
{
color: #B982E5;
}
</style>
background-color css
<style>
a { background-color: #B982E5; }
a { background-color: rgb(185,130,229); }
div.DivClassName
{
background-color: #B982E5;
}
.BgClassName
{
background-color: #B982E5;
}
</style>
border-color css
<style>
span { border-color: #B982E5; }
span { border-color: rgb(185,130,229); }
td.TdClassName
{
border-color: #B982E5;
}
.TagClassName
{
border-color: #B982E5;
}
</style>