Shades of Biloba Flower #B680E4
Tints of Biloba Flower #B680E4
RGB
CMYK
RGB Variations
Color information
#B680E4 (or 0xB680E4) is known color: Biloba Flower. HEX triplet: B6, 80 and E4. RGB value is (182,128,228). Sum of RGB (Red+Green+Blue) = 182+128+228=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #B680E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680E4 is #497F1B. Grayscale: #9B9B9B. Windows color (decimal): -4816668 or 14975158. OLE color: 14975158.
HSL color Cylindrical-coordinate representation of color #B680E4: hue angle of 272.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B680E4 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 128 | 228 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.11 |
| HSL | 272.4º | 0.65% | 0.7% | - |
| HSV(B) | 272.4º | 0.44% | 0.89% | - |
| XYZ | 41.01 | 30.98 | 77.22 | - |
| YUV | 155.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 228 | 0.20 | 0.44 | 0 | 0.11 | 272.4 | 0.65 | 0.7 |
| Hex | B6 | 80 | E4 | 14 | 2C | 0 | B | 110 | 41 | 46 |
| Octal | 266 | 200 | 344 | 24 | 54 | 0 | 13 | 420 | 101 | 106 |
| Binary | 10110110 | 10000000 | 11100100 | 10100 | 101100 | 0 | 1011 | 100010000 | 1000001 | 1000110 |
Color Harmonies of #B680E4
Complementary color
Monochromatic Colors of #B680E4
Black with #B680E4
Text Example
Text Example
White with #B680E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680E4; }
p { color: rgb(182,128,228); }
H1.HeaderClassName
{
color: #B680E4;
}
.AnyTagClassName
{
color: #B680E4;
}
</style>
background-color css
<style>
a { background-color: #B680E4; }
a { background-color: rgb(182,128,228); }
div.DivClassName
{
background-color: #B680E4;
}
.BgClassName
{
background-color: #B680E4;
}
</style>
border-color css
<style>
span { border-color: #B680E4; }
span { border-color: rgb(182,128,228); }
td.TdClassName
{
border-color: #B680E4;
}
.TagClassName
{
border-color: #B680E4;
}
</style>