Shades of Biloba Flower #B980F2
Tints of Biloba Flower #B980F2
RGB
CMYK
RGB Variations
Color information
#B980F2 (or 0xB980F2) is known color: Biloba Flower. HEX triplet: B9, 80 and F2. RGB value is (185,128,242). Sum of RGB (Red+Green+Blue) = 185+128+242=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #B980F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980F2 is #467F0D. Grayscale: #9D9D9D. Windows color (decimal): -4620046 or 15892665. OLE color: 15892665.
HSL color Cylindrical-coordinate representation of color #B980F2: hue angle of 270º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B980F2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 128 | 242 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.05 |
| HSL | 270º | 0.81% | 0.73% | - |
| HSV(B) | 270º | 0.47% | 0.95% | - |
| XYZ | 43.75 | 32.16 | 87.91 | - |
| YUV | 158.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 242 | 0.24 | 0.47 | 0 | 0.05 | 270 | 0.81 | 0.73 |
| Hex | B9 | 80 | F2 | 18 | 2F | 0 | 5 | 10E | 51 | 49 |
| Octal | 271 | 200 | 362 | 30 | 57 | 0 | 5 | 416 | 121 | 111 |
| Binary | 10111001 | 10000000 | 11110010 | 11000 | 101111 | 0 | 101 | 100001110 | 1010001 | 1001001 |
Color Harmonies of #B980F2
Complementary color
Monochromatic Colors of #B980F2
Black with #B980F2
Text Example
Text Example
White with #B980F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980F2; }
p { color: rgb(185,128,242); }
H1.HeaderClassName
{
color: #B980F2;
}
.AnyTagClassName
{
color: #B980F2;
}
</style>
background-color css
<style>
a { background-color: #B980F2; }
a { background-color: rgb(185,128,242); }
div.DivClassName
{
background-color: #B980F2;
}
.BgClassName
{
background-color: #B980F2;
}
</style>
border-color css
<style>
span { border-color: #B980F2; }
span { border-color: rgb(185,128,242); }
td.TdClassName
{
border-color: #B980F2;
}
.TagClassName
{
border-color: #B980F2;
}
</style>