Shades of Biloba Flower #B780DC
Tints of Biloba Flower #B780DC
RGB
CMYK
RGB Variations
Color information
#B780DC (or 0xB780DC) is known color: Biloba Flower. HEX triplet: B7, 80 and DC. RGB value is (183,128,220). Sum of RGB (Red+Green+Blue) = 183+128+220=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B780DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780DC is #487F23. Grayscale: #9A9A9A. Windows color (decimal): -4751140 or 14450871. OLE color: 14450871.
HSL color Cylindrical-coordinate representation of color #B780DC: hue angle of 275.87º 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 #B780DC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 128 | 220 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.14 |
| HSL | 275.87º | 0.57% | 0.68% | - |
| HSV(B) | 275.87º | 0.42% | 0.86% | - |
| XYZ | 40.17 | 30.67 | 71.51 | - |
| YUV | 154.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 220 | 0.17 | 0.42 | 0 | 0.14 | 275.87 | 0.57 | 0.68 |
| Hex | B7 | 80 | DC | 11 | 2A | 0 | E | 114 | 39 | 44 |
| Octal | 267 | 200 | 334 | 21 | 52 | 0 | 16 | 424 | 71 | 104 |
| Binary | 10110111 | 10000000 | 11011100 | 10001 | 101010 | 0 | 1110 | 100010100 | 111001 | 1000100 |
Color Harmonies of #B780DC
Complementary color
Monochromatic Colors of #B780DC
Black with #B780DC
Text Example
Text Example
White with #B780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780DC; }
p { color: rgb(183,128,220); }
H1.HeaderClassName
{
color: #B780DC;
}
.AnyTagClassName
{
color: #B780DC;
}
</style>
background-color css
<style>
a { background-color: #B780DC; }
a { background-color: rgb(183,128,220); }
div.DivClassName
{
background-color: #B780DC;
}
.BgClassName
{
background-color: #B780DC;
}
</style>
border-color css
<style>
span { border-color: #B780DC; }
span { border-color: rgb(183,128,220); }
td.TdClassName
{
border-color: #B780DC;
}
.TagClassName
{
border-color: #B780DC;
}
</style>