Shades of Biloba Flower #B080ED
Tints of Biloba Flower #B080ED
RGB
CMYK
RGB Variations
Color information
#B080ED (or 0xB080ED) is known color: Biloba Flower. HEX triplet: B0, 80 and ED. RGB value is (176,128,237). Sum of RGB (Red+Green+Blue) = 176+128+237=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B080ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080ED is #4F7F12. Grayscale: #9A9A9A. Windows color (decimal): -5209875 or 15564976. OLE color: 15564976.
HSL color Cylindrical-coordinate representation of color #B080ED: hue angle of 266.42º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B080ED is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 128 | 237 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.07 |
| HSL | 266.42º | 0.75% | 0.72% | - |
| HSV(B) | 266.42º | 0.46% | 0.93% | - |
| XYZ | 40.91 | 30.78 | 83.91 | - |
| YUV | 154.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 237 | 0.26 | 0.46 | 0 | 0.07 | 266.42 | 0.75 | 0.72 |
| Hex | B0 | 80 | ED | 1A | 2E | 0 | 7 | 10A | 4B | 48 |
| Octal | 260 | 200 | 355 | 32 | 56 | 0 | 7 | 412 | 113 | 110 |
| Binary | 10110000 | 10000000 | 11101101 | 11010 | 101110 | 0 | 111 | 100001010 | 1001011 | 1001000 |
Color Harmonies of #B080ED
Complementary color
Monochromatic Colors of #B080ED
Black with #B080ED
Text Example
Text Example
White with #B080ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080ED; }
p { color: rgb(176,128,237); }
H1.HeaderClassName
{
color: #B080ED;
}
.AnyTagClassName
{
color: #B080ED;
}
</style>
background-color css
<style>
a { background-color: #B080ED; }
a { background-color: rgb(176,128,237); }
div.DivClassName
{
background-color: #B080ED;
}
.BgClassName
{
background-color: #B080ED;
}
</style>
border-color css
<style>
span { border-color: #B080ED; }
span { border-color: rgb(176,128,237); }
td.TdClassName
{
border-color: #B080ED;
}
.TagClassName
{
border-color: #B080ED;
}
</style>