Shades of Biloba Flower #B680F0
Tints of Biloba Flower #B680F0
RGB
CMYK
RGB Variations
Color information
#B680F0 (or 0xB680F0) is known color: Biloba Flower. HEX triplet: B6, 80 and F0. RGB value is (182,128,240). Sum of RGB (Red+Green+Blue) = 182+128+240=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #B680F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B680F0 is #497F0F. Grayscale: #9C9C9C. Windows color (decimal): -4816656 or 15761590. OLE color: 15761590.
HSL color Cylindrical-coordinate representation of color #B680F0: hue angle of 268.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B680F0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 128 | 240 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.06 |
| HSL | 268.93º | 0.79% | 0.72% | - |
| HSV(B) | 268.93º | 0.47% | 0.94% | - |
| XYZ | 42.74 | 31.67 | 86.3 | - |
| YUV | 156.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 240 | 0.24 | 0.47 | 0 | 0.06 | 268.93 | 0.79 | 0.72 |
| Hex | B6 | 80 | F0 | 18 | 2F | 0 | 6 | 10D | 4F | 48 |
| Octal | 266 | 200 | 360 | 30 | 57 | 0 | 6 | 415 | 117 | 110 |
| Binary | 10110110 | 10000000 | 11110000 | 11000 | 101111 | 0 | 110 | 100001101 | 1001111 | 1001000 |
Color Harmonies of #B680F0
Complementary color
Monochromatic Colors of #B680F0
Black with #B680F0
Text Example
Text Example
White with #B680F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680F0; }
p { color: rgb(182,128,240); }
H1.HeaderClassName
{
color: #B680F0;
}
.AnyTagClassName
{
color: #B680F0;
}
</style>
background-color css
<style>
a { background-color: #B680F0; }
a { background-color: rgb(182,128,240); }
div.DivClassName
{
background-color: #B680F0;
}
.BgClassName
{
background-color: #B680F0;
}
</style>
border-color css
<style>
span { border-color: #B680F0; }
span { border-color: rgb(182,128,240); }
td.TdClassName
{
border-color: #B680F0;
}
.TagClassName
{
border-color: #B680F0;
}
</style>