Shades of Biloba Flower #B680DC
Tints of Biloba Flower #B680DC
RGB
CMYK
RGB Variations
Color information
#B680DC (or 0xB680DC) is known color: Biloba Flower. HEX triplet: B6, 80 and DC. RGB value is (182,128,220). Sum of RGB (Red+Green+Blue) = 182+128+220=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #B680DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DC is #497F23. Grayscale: #9A9A9A. Windows color (decimal): -4816676 or 14450870. OLE color: 14450870.
HSL color Cylindrical-coordinate representation of color #B680DC: hue angle of 275.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B680DC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 128 | 220 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.14 |
| HSL | 275.22º | 0.57% | 0.68% | - |
| HSV(B) | 275.22º | 0.42% | 0.86% | - |
| XYZ | 39.93 | 30.55 | 71.5 | - |
| YUV | 154.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 220 | 0.17 | 0.42 | 0 | 0.14 | 275.22 | 0.57 | 0.68 |
| Hex | B6 | 80 | DC | 11 | 2A | 0 | E | 113 | 39 | 44 |
| Octal | 266 | 200 | 334 | 21 | 52 | 0 | 16 | 423 | 71 | 104 |
| Binary | 10110110 | 10000000 | 11011100 | 10001 | 101010 | 0 | 1110 | 100010011 | 111001 | 1000100 |
Color Harmonies of #B680DC
Complementary color
Monochromatic Colors of #B680DC
Black with #B680DC
Text Example
Text Example
White with #B680DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680DC; }
p { color: rgb(182,128,220); }
H1.HeaderClassName
{
color: #B680DC;
}
.AnyTagClassName
{
color: #B680DC;
}
</style>
background-color css
<style>
a { background-color: #B680DC; }
a { background-color: rgb(182,128,220); }
div.DivClassName
{
background-color: #B680DC;
}
.BgClassName
{
background-color: #B680DC;
}
</style>
border-color css
<style>
span { border-color: #B680DC; }
span { border-color: rgb(182,128,220); }
td.TdClassName
{
border-color: #B680DC;
}
.TagClassName
{
border-color: #B680DC;
}
</style>