Shades of Biloba Flower #B780F2
Tints of Biloba Flower #B780F2
RGB
CMYK
RGB Variations
Color information
#B780F2 (or 0xB780F2) is known color: Biloba Flower. HEX triplet: B7, 80 and F2. RGB value is (183,128,242). Sum of RGB (Red+Green+Blue) = 183+128+242=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #B780F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780F2 is #487F0D. Grayscale: #9D9D9D. Windows color (decimal): -4751118 or 15892663. OLE color: 15892663.
HSL color Cylindrical-coordinate representation of color #B780F2: hue angle of 268.95º 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 #B780F2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 128 | 242 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.05 |
| HSL | 268.95º | 0.81% | 0.73% | - |
| HSV(B) | 268.95º | 0.47% | 0.95% | - |
| XYZ | 43.27 | 31.92 | 87.88 | - |
| YUV | 157.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 242 | 0.24 | 0.47 | 0 | 0.05 | 268.95 | 0.81 | 0.73 |
| Hex | B7 | 80 | F2 | 18 | 2F | 0 | 5 | 10D | 51 | 49 |
| Octal | 267 | 200 | 362 | 30 | 57 | 0 | 5 | 415 | 121 | 111 |
| Binary | 10110111 | 10000000 | 11110010 | 11000 | 101111 | 0 | 101 | 100001101 | 1010001 | 1001001 |
Color Harmonies of #B780F2
Complementary color
Monochromatic Colors of #B780F2
Black with #B780F2
Text Example
Text Example
White with #B780F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780F2; }
p { color: rgb(183,128,242); }
H1.HeaderClassName
{
color: #B780F2;
}
.AnyTagClassName
{
color: #B780F2;
}
</style>
background-color css
<style>
a { background-color: #B780F2; }
a { background-color: rgb(183,128,242); }
div.DivClassName
{
background-color: #B780F2;
}
.BgClassName
{
background-color: #B780F2;
}
</style>
border-color css
<style>
span { border-color: #B780F2; }
span { border-color: rgb(183,128,242); }
td.TdClassName
{
border-color: #B780F2;
}
.TagClassName
{
border-color: #B780F2;
}
</style>