Shades of Biloba Flower #B982E2
Tints of Biloba Flower #B982E2
RGB
CMYK
RGB Variations
Color information
#B982E2 (or 0xB982E2) is known color: Biloba Flower. HEX triplet: B9, 82 and E2. RGB value is (185,130,226). Sum of RGB (Red+Green+Blue) = 185+130+226=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 130 (51.17% from 255 or 24.03% 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 #B982E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982E2 is #467D1D. Grayscale: #9D9D9D. Windows color (decimal): -4619550 or 14844601. OLE color: 14844601.
HSL color Cylindrical-coordinate representation of color #B982E2: hue angle of 274.38º 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 #B982E2 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 130 | 226 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.11 |
| HSL | 274.38º | 0.62% | 0.7% | - |
| HSV(B) | 274.38º | 0.42% | 0.89% | - |
| XYZ | 41.72 | 31.77 | 75.89 | - |
| YUV | 157.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 226 | 0.18 | 0.42 | 0 | 0.11 | 274.38 | 0.62 | 0.7 |
| Hex | B9 | 82 | E2 | 12 | 2A | 0 | B | 112 | 3E | 46 |
| Octal | 271 | 202 | 342 | 22 | 52 | 0 | 13 | 422 | 76 | 106 |
| Binary | 10111001 | 10000010 | 11100010 | 10010 | 101010 | 0 | 1011 | 100010010 | 111110 | 1000110 |
Color Harmonies of #B982E2
Complementary color
Monochromatic Colors of #B982E2
Black with #B982E2
Text Example
Text Example
White with #B982E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982E2; }
p { color: rgb(185,130,226); }
H1.HeaderClassName
{
color: #B982E2;
}
.AnyTagClassName
{
color: #B982E2;
}
</style>
background-color css
<style>
a { background-color: #B982E2; }
a { background-color: rgb(185,130,226); }
div.DivClassName
{
background-color: #B982E2;
}
.BgClassName
{
background-color: #B982E2;
}
</style>
border-color css
<style>
span { border-color: #B982E2; }
span { border-color: rgb(185,130,226); }
td.TdClassName
{
border-color: #B982E2;
}
.TagClassName
{
border-color: #B982E2;
}
</style>