Shades of Biloba Flower #B083F0
Tints of Biloba Flower #B083F0
RGB
CMYK
RGB Variations
Color information
#B083F0 (or 0xB083F0) is known color: Biloba Flower. HEX triplet: B0, 83 and F0. RGB value is (176,131,240). Sum of RGB (Red+Green+Blue) = 176+131+240=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #B083F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083F0 is #4F7C0F. Grayscale: #9C9C9C. Windows color (decimal): -5209104 or 15762352. OLE color: 15762352.
HSL color Cylindrical-coordinate representation of color #B083F0: hue angle of 264.77º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B083F0 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 131 | 240 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.06 |
| HSL | 264.77º | 0.78% | 0.73% | - |
| HSV(B) | 264.77º | 0.45% | 0.94% | - |
| XYZ | 41.75 | 31.75 | 86.37 | - |
| YUV | 156.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 240 | 0.27 | 0.45 | 0 | 0.06 | 264.77 | 0.78 | 0.73 |
| Hex | B0 | 83 | F0 | 1B | 2D | 0 | 6 | 109 | 4E | 49 |
| Octal | 260 | 203 | 360 | 33 | 55 | 0 | 6 | 411 | 116 | 111 |
| Binary | 10110000 | 10000011 | 11110000 | 11011 | 101101 | 0 | 110 | 100001001 | 1001110 | 1001001 |
Color Harmonies of #B083F0
Complementary color
Monochromatic Colors of #B083F0
Black with #B083F0
Text Example
Text Example
White with #B083F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083F0; }
p { color: rgb(176,131,240); }
H1.HeaderClassName
{
color: #B083F0;
}
.AnyTagClassName
{
color: #B083F0;
}
</style>
background-color css
<style>
a { background-color: #B083F0; }
a { background-color: rgb(176,131,240); }
div.DivClassName
{
background-color: #B083F0;
}
.BgClassName
{
background-color: #B083F0;
}
</style>
border-color css
<style>
span { border-color: #B083F0; }
span { border-color: rgb(176,131,240); }
td.TdClassName
{
border-color: #B083F0;
}
.TagClassName
{
border-color: #B083F0;
}
</style>