Shades of Biloba Flower #B580F2
Tints of Biloba Flower #B580F2
RGB
CMYK
RGB Variations
Color information
#B580F2 (or 0xB580F2) is known color: Biloba Flower. HEX triplet: B5, 80 and F2. RGB value is (181,128,242). Sum of RGB (Red+Green+Blue) = 181+128+242=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #B580F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B580F2 is #4A7F0D. Grayscale: #9C9C9C. Windows color (decimal): -4882190 or 15892661. OLE color: 15892661.
HSL color Cylindrical-coordinate representation of color #B580F2: hue angle of 267.89º 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 #B580F2 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 128 | 242 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.05 |
| HSL | 267.89º | 0.81% | 0.73% | - |
| HSV(B) | 267.89º | 0.47% | 0.95% | - |
| XYZ | 42.8 | 31.67 | 87.86 | - |
| YUV | 156.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 242 | 0.25 | 0.47 | 0 | 0.05 | 267.89 | 0.81 | 0.73 |
| Hex | B5 | 80 | F2 | 19 | 2F | 0 | 5 | 10C | 51 | 49 |
| Octal | 265 | 200 | 362 | 31 | 57 | 0 | 5 | 414 | 121 | 111 |
| Binary | 10110101 | 10000000 | 11110010 | 11001 | 101111 | 0 | 101 | 100001100 | 1010001 | 1001001 |
Color Harmonies of #B580F2
Complementary color
Monochromatic Colors of #B580F2
Black with #B580F2
Text Example
Text Example
White with #B580F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580F2; }
p { color: rgb(181,128,242); }
H1.HeaderClassName
{
color: #B580F2;
}
.AnyTagClassName
{
color: #B580F2;
}
</style>
background-color css
<style>
a { background-color: #B580F2; }
a { background-color: rgb(181,128,242); }
div.DivClassName
{
background-color: #B580F2;
}
.BgClassName
{
background-color: #B580F2;
}
</style>
border-color css
<style>
span { border-color: #B580F2; }
span { border-color: rgb(181,128,242); }
td.TdClassName
{
border-color: #B580F2;
}
.TagClassName
{
border-color: #B580F2;
}
</style>