Shades of Biloba Flower #B07FDC
Tints of Biloba Flower #B07FDC
RGB
CMYK
RGB Variations
Color information
#B07FDC (or 0xB07FDC) is known color: Biloba Flower. HEX triplet: B0, 7F and DC. RGB value is (176,127,220). Sum of RGB (Red+Green+Blue) = 176+127+220=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDC is #4F8023. Grayscale: #979797. Windows color (decimal): -5210148 or 14450608. OLE color: 14450608.
HSL color Cylindrical-coordinate representation of color #B07FDC: hue angle of 271.61º 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 #B07FDC is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 127 | 220 | - |
| CMYK | 0.2 | 0.42 | 0 | 0.14 |
| HSL | 271.61º | 0.57% | 0.68% | - |
| HSV(B) | 271.61º | 0.42% | 0.86% | - |
| XYZ | 38.41 | 29.58 | 71.39 | - |
| YUV | 152.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 220 | 0.2 | 0.42 | 0 | 0.14 | 271.61 | 0.57 | 0.68 |
| Hex | B0 | 7F | DC | 14 | 2A | 0 | E | 110 | 39 | 44 |
| Octal | 260 | 177 | 334 | 24 | 52 | 0 | 16 | 420 | 71 | 104 |
| Binary | 10110000 | 1111111 | 11011100 | 10100 | 101010 | 0 | 1110 | 100010000 | 111001 | 1000100 |
Color Harmonies of #B07FDC
Complementary color
Monochromatic Colors of #B07FDC
Black with #B07FDC
Text Example
Text Example
White with #B07FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FDC; }
p { color: rgb(176,127,220); }
H1.HeaderClassName
{
color: #B07FDC;
}
.AnyTagClassName
{
color: #B07FDC;
}
</style>
background-color css
<style>
a { background-color: #B07FDC; }
a { background-color: rgb(176,127,220); }
div.DivClassName
{
background-color: #B07FDC;
}
.BgClassName
{
background-color: #B07FDC;
}
</style>
border-color css
<style>
span { border-color: #B07FDC; }
span { border-color: rgb(176,127,220); }
td.TdClassName
{
border-color: #B07FDC;
}
.TagClassName
{
border-color: #B07FDC;
}
</style>